Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyr33x committed Jul 1, 2024
1 parent c414bf6 commit 265d918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions apps/web/src/pages/canary.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ const [canary] = await Astro.glob("../content/canary/index.mdx");
<main class="main-content px-8 pt-28">
<section>
<div class="flex flex-col">
<div
class="flex flex-col text-center items-center justify-center"
>
<div class="flex flex-col text-center items-center justify-center">
<img
src="/img/canary.png"
width="256"
Expand Down
4 changes: 1 addition & 3 deletions apps/web/src/pages/discord.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ import { DISCORD_INVITE_LINK } from "../constants";
<main class="main-content px-8 pt-28">
<section>
<div class="flex flex-col">
<div
class="flex flex-col text-center items-center justify-center"
>
<div class="flex flex-col text-center items-center justify-center">
<img
src="/img/discord/logo.png"
width="256"
Expand Down

0 comments on commit 265d918

Please sign in to comment.