Skip to content

Commit

Permalink
Merge pull request #10 from HighlanderRobotics/change-people-back
Browse files Browse the repository at this point in the history
Remove "all" from back button
  • Loading branch information
MangoSwirl authored Jan 12, 2024
2 parents 8779deb + f003c89 commit 28eee4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/tools/people/[id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="top">
<a class="back" href="/tools/people">
<Icon icon="arrow_back_ios" size={22} />
<span>All people</span>
<span>People</span>
</a>
</div>

Expand Down

0 comments on commit 28eee4d

Please sign in to comment.