Skip to content

Commit

Permalink
og tags update
Browse files Browse the repository at this point in the history
  • Loading branch information
vladkens committed Feb 9, 2024
1 parent 7086b60 commit 60a1ec8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 7 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,11 @@
"trailingComma": "all",
"jsxSingleQuote": false,
"arrowParens": "always",
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-tailwindcss"]
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-tailwindcss"],
"overrides": [
{
"files": ["index.html"],
"options": { "printWidth": 1024 }
}
]
}
8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="theme-color" content="#ffffff" />
<meta name="theme-color" content="#202020" />

<title>TimeWiz – Effortlessly Schedule Meetings Across Time Zones</title>
<meta
name="description"
content="TimeWiz is your ultimate solution for effortlessly scheduling meetings across different time zones. Our intuitive platform takes the headache out of coordinating global meetings, allowing you to seamlessly collaborate with colleagues and clients worldwide. Say goodbye to time zone confusion and hello to efficient scheduling with TimeWiz. Try it now!"
/>
<meta name="description" content="TimeWiz is your ultimate solution for effortlessly scheduling meetings across different time zones. Our intuitive platform takes the headache out of coordinating global meetings, allowing you to seamlessly collaborate with colleagues and clients worldwide. Say goodbye to time zone confusion and hello to efficient scheduling with TimeWiz. Try it now!" />
<meta property="og:image" content="https://timewiz.cc/og.png" />

<style>
body.dark {
Expand Down
Binary file added public/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 60a1ec8

Please sign in to comment.