Skip to content

Commit

Permalink
feat(web): updates
Browse files Browse the repository at this point in the history
  • Loading branch information
betofigueiredo committed Apr 6, 2024
1 parent c5c1f69 commit b8d1665
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 44 deletions.
13 changes: 12 additions & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,19 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<link rel="icon" type="image/png" href="/favicon.png" sizes="32x32" />
<link rel="apple-touch-icon" href="/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="url" content="https://drinquepedia.com">
<meta name="description" content="Tudo o que você procura sobre bar e coquetéis. Fotos, dicas para preparo, videos e muito mais. Acesse já!" />
<meta name="author" content="Drinquepedia" />
<meta property="og:title" content="Drinquepedia | Things go better with a cocktail!" />
<meta property="og:description" content="Tudo o que você procura sobre bar e coquetéis. Fotos, dicas para preparo, videos e muito mais. Acesse já!" />
<meta property="og:image" content="https://drinquepedia.com/images/logo.jpg" />
<meta property="og:url" content="https://drinquepedia.com" />
<meta name="twitter:title" content="Drinquepedia | Things go better with a cocktail!" />
<meta name="twitter:description" content="Tudo o que você procura sobre bar e coquetéis. Fotos, dicas para preparo, videos e muito mais. Acesse já!" />
<meta name="twitter:image" content="https://drinquepedia.com/images/logo.jpg" />
<title>Drinquepedia | Things go better with a cocktail!</title>
</head>
<body>
Expand Down
51 changes: 10 additions & 41 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.0.1",
"vite-plugin-radar": "^0.9.4",
"zustand": "^4.5.2"
},
"devDependencies": {
Expand Down
Empty file removed web/public/favicon.gif
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Search = () => {
id="search"
value={value}
onChange={onChangeSearch}
placeholder="busca..."
placeholder="Busca"
/>
<Button onClick={handleSearch}>
<svg
Expand Down
Loading

0 comments on commit b8d1665

Please sign in to comment.