Skip to content

Commit

Permalink
Update name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiak committed Dec 4, 2024
1 parent 9959260 commit 7b2b59a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/lib/Nav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
</script>

<nav class={cn("container ml-0 my-6 flex flex-col md:flex-row items-center justify-between space-x-4 lg:space-x-6", className)}>
<a class="m-0 navbar-brand" href="/">Sac Campaign Cash</a>
<a class="m-0 navbar-brand" href="/">Sac Follows the Money</a>
<a class="m-0 nav-link" href="/election/2024" target="_self"
>Upcoming election</a
>Most recent election</a
>
<a class="m-0 nav-link" href="/body/sac-city" target="_self"
>City Council</a
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+page.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function load() {
const election = {
body: '',
href: `/election/2024`,
name: 'Upcoming election (Nov. 5)',
name: 'Most recent election',
total: electionTotal,
offices: ['Mayor', 'City councilmembers (D2)']
};
Expand Down

0 comments on commit 7b2b59a

Please sign in to comment.