Skip to content

Commit

Permalink
Fix content
Browse files Browse the repository at this point in the history
  • Loading branch information
henrycatalinismith committed Jan 23, 2025
1 parent 54747c5 commit 6c5d7d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ export default function Home() {
</BreadcrumbItem>
<BreadcrumbSeparator />
<BreadcrumbItem>
<BreadcrumbLink href="/">Home</BreadcrumbLink>
<BreadcrumbLink href="/">Start</BreadcrumbLink>
</BreadcrumbItem>
</BreadcrumbList>
</Container>
</Breadcrumb>
<main className="flex flex-col items-center w-full py-4">
<Container className="flex flex-col items-start gap-y-12 prose">
<TopLevelHeading
text="Arbetsmarknaden:"
text="arbetsmarknad.github.io"
subtext="Ett dokumentationsnav om den svenska arbetmarknaden"
/>
<ol className="list-disc ps-4">
Expand All @@ -48,9 +48,9 @@ export default function Home() {
<li>
<a
className="text-blue-600 underline"
href="https://kolleketivavtal.github.io/"
href="https://kollektivavtal.github.io/"
>
Kolleketivavtal
Kollektivavtal
</a>
</li>
</ol>
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# starter
# arbetsmarknad.github.io

Web starter project.
Ett dokumentationsnav om den svenska arbetmarknaden

## License

[MIT](https://github.com/arbetsmarknad/starter/blob/main/license)
[MIT](https://github.com/arbetsmarknad/arbetsmarknad.github.io/blob/main/license)

0 comments on commit 6c5d7d6

Please sign in to comment.