Skip to content

Commit

Permalink
fix(syslog): woopsie it was coal not main
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnl committed Sep 22, 2024
1 parent f31a7cf commit 7d2afda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/syslog/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default async function Page({ params }: { params: { slug: string } }) {
</span>
</span>
<div className={styles.editButton}>
<Link href={`https://github.com/Testausserveri/testausserveri.fi/blob/main/posts/${postDetails.slug}/post.mdx`}>
<Link href={`https://github.com/Testausserveri/testausserveri.fi/blob/coal/posts/${postDetails.slug}/post.mdx`}>
<CapsuleButton secondary small>Muokkaa</CapsuleButton>
</Link>
</div>
Expand Down Expand Up @@ -160,7 +160,7 @@ export default async function Page({ params }: { params: { slug: string } }) {
Kaikki postaukset
</CapsuleButton>
</Link>
<Link href={`https://github.com/Testausserveri/testausserveri.fi/blob/main/posts/${postDetails.slug}/post.mdx`}>
<Link href={`https://github.com/Testausserveri/testausserveri.fi/blob/coal/posts/${postDetails.slug}/post.mdx`}>
<CapsuleButton style={{marginTop: ".75em"}} secondary>Muokkaa postausta</CapsuleButton>
</Link>
{/*
Expand Down

0 comments on commit 7d2afda

Please sign in to comment.