Skip to content

Commit 9eba89f

Browse files
feat: update index.html with new meta tags and title for Comanda platform
1 parent dfc6f6c commit 9eba89f

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

UIs/Merchants/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33

44
<head>
55
<meta charset="UTF-8" />
6-
<link rel="icon" type="image/svg+xml" href="/src/assets/images/logo-red.png" />
76
<link
8-
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800;900&family=Poppins:wght@200;300;400&display=swap"
7+
href="https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap"
98
rel="stylesheet">
109
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
11-
<title>Administração | SmartTechInnovation</title>
10+
<meta property="og:title" content="Comanda | Lojistas" />
11+
<meta property="og:description" content="Plataforma Comanda para lojistas" />
12+
<meta property="og:type" content="website" />
13+
<title>Comanda | Lojistas </title>
1214

1315
</head>
1416

@@ -18,4 +20,3 @@
1820
</body>
1921

2022
</html>
21-

0 commit comments

Comments
 (0)