Replace image icons with Font Awesome React SVG icons

This commit is contained in:
Borys_Levytskyi
2021-01-14 22:57:14 +02:00
parent 28592ba44d
commit 8aa343a479
2 changed files with 9 additions and 0 deletions

View File

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@@ -3,10 +3,19 @@
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Bitwise Calculator. Visualised Bitwise Operations.">
<meta property="og:url" content="http://bitwisecmd.com" />
<meta property="og:type" content="website" />
<meta property="og:title" content="BitwiseCmd" />
<meta property="og:description" content="Free Text Online Bitwise Calculator" />
<meta property="og:image" content="http://bitwisecmd.com/img/social-avatar.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>BitwiseCmd</title>
</head>
<body>