Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add financial report link in the main website to the conta aberta site #42

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions l10n/en.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ header--about = About
header--cfp = CFP
header--album = Album
header--schedule = Schedule
header--financial-report = Financial Report

## Hero

Expand Down
1 change: 1 addition & 0 deletions l10n/pt.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ header--about = Sobre
header--cfp = CFP
header--album = Album
header--schedule = Agenda
header--financial-report = Prestação de Contas

## Hero

Expand Down
1 change: 1 addition & 0 deletions src/components/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<Link href="/" variant="secondary"><Localized id="header--home" /></Link>
<Link href="/#about" variant="secondary"><Localized id="header--about" /></Link>
<Link href="/cfp" variant="secondary"><Localized id="header--cfp" /></Link>
<Link href="https://contaaberta.info/@gambiconf" target="_blank" variant="secondary"><Localized id="header--financial-report" /></Link>
<LanguageSwitcher />
<ThemeSwitcher />
</nav>
Expand Down