Skip to content

Commit

Permalink
my balls itch
Browse files Browse the repository at this point in the history
  • Loading branch information
saboooor committed Oct 16, 2023
1 parent 0f06a7b commit 251a659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/forks/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default component$(() => {
return (
<section class="flex mx-auto max-w-6xl px-6 items-center" style={{ minHeight: 'calc(100dvh - 64px)' }}>
<div class="justify-center align-center mx-auto">
<img width="2500" height="1875" class="ease-in-out filter" src={'https://raw.githubusercontent.com/saboooor/fork-graph/main/img.png?v=5'} alt="fork graph" />
<img width="2500" height="1875" class="ease-in-out filter" src={'https://raw.githubusercontent.com/saboooor/fork-graph/main/img.png?v=8'} alt="fork graph" />
</div>
</section>
);
Expand All @@ -28,7 +28,7 @@ export const head: DocumentHead = {
},
{
property: 'og:image',
content: 'https://raw.githubusercontent.com/saboooor/fork-graph/main/img.png?v=7',
content: 'https://raw.githubusercontent.com/saboooor/fork-graph/main/img.png?v=8',
},
],
};

0 comments on commit 251a659

Please sign in to comment.