Skip to content

Commit

Permalink
rename thumbnails page to videos
Browse files Browse the repository at this point in the history
  • Loading branch information
zaanposni committed Jan 21, 2024
1 parent 0d1cc37 commit cd659b8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/psaggregator/src/lib/components/BigHeader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</a>
{#if matches}
<a href="/">Home</a>
<a href="/thumbnails">Thumbnails</a>
<a href="/videos">Videos</a>
<a href="/news">News</a>
<a href="/api">API</a>
<a href="/motivation">Motivation</a>
Expand Down
4 changes: 2 additions & 2 deletions src/psaggregator/src/lib/components/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
</div>
<span>Home</span>
</TabAnchor>
<TabAnchor href="/thumbnails" selected={$page.url.pathname === "/thumbnails"} class="shrink-0">
<TabAnchor href="/videos" selected={$page.url.pathname === "/videos"} class="shrink-0">
<div class="flex justify-center" slot="lead">
<Thumbnail_2 />
</div>
<span>Thumbnails</span>
<span>Videos</span>
</TabAnchor>
<TabAnchor href="/news" selected={$page.url.pathname === "/news"} class="shrink-0">
<div class="flex justify-center" slot="lead">
Expand Down
2 changes: 1 addition & 1 deletion src/psaggregator/src/routes/api/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</div>
<div>
<span>Die Thumbnails bietet dir ähnlich wie /videos eine Übersicht aller Videos. Jedoch in kompakter Form.</span>
<span>Dieser Endpunkt wird für die Seite "Thumbnails" genutzt.</span>
<span>Dieser Endpunkt wird für die Seite "Videos" genutzt.</span>
</div>
<span class="text-1xl mt-4 font-bold md:mt-8 md:text-2xl">GET /reddit</span>
<div class="xl:w-1/2">
Expand Down

0 comments on commit cd659b8

Please sign in to comment.