Skip to content

Commit a89de9d

Browse files
jarda-svobodattytm
andauthored
Apply suggestions from code review
Co-authored-by: Turiiya <34311583+ttytm@users.noreply.github.com>
1 parent eda98d3 commit a89de9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ export const load = async ({ url }) => {
100100
import { t } from '$lib/translations';
101101
</script>
102102
103-
<h1>{$t('greeting', { name: 'World' })}</h1>
103+
<h1>{$t('common.greeting', { name: 'World' })}</h1>
104104
105105
<nav>
106-
<a href="/">{$t('nav.home')}</a>
107-
<a href="/about">{$t('nav.about')}</a>
106+
<a href="/">{$t('common.nav.home')}</a>
107+
<a href="/about">{$t('common.nav.about')}</a>
108108
</nav>
109109
```
110110

0 commit comments

Comments
 (0)