Skip to content

Commit

Permalink
Update website text
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Jun 21, 2024
1 parent bd158f2 commit b24f814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/web/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const SITE_TITLE =
"Overlayed - Discord overlay for Mac, Windows, and Linux";
export const SITE_DESCRIPTION =
"Overlayed lets you see who's speaking in any Discord voice channel with a movable overlay, compatible with almost every game or app";
"See who's speaking in any Discord voice channel with a movable overlay, compatible with almost every game or app";
export const SITE_IMAGE = "/og.png";
export const DISCORD_INVITE_LINK = "https://discord.gg/eXmeNkVjye";
export const GITHUB_URL = "https://github.com/overlayedev/overlayed";
Expand Down
5 changes: 1 addition & 4 deletions apps/web/src/pages/canary.astro
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ const [canary] = await Astro.glob("../content/canary/index.mdx");
<p
class="max-w-[900px] leading-[3rem] text-center text-zinc-400 font-bold text-[2.5rem]"
>
Canary is updated more frequently which <span
class="-red-400 line-through">could be</span
>
{" "}<em>is</em> unstable.
Canary is updated more frequently meaning it could be unstable.
</p>

<div class="pt-8">
Expand Down

0 comments on commit b24f814

Please sign in to comment.