diff --git a/src/app.html b/src/app.html index f2058b4d..361d56eb 100644 --- a/src/app.html +++ b/src/app.html @@ -3,10 +3,11 @@ - + + %sveltekit.head%
%sveltekit.body%
- \ No newline at end of file + diff --git a/src/routes/personalInfo/about.svelte b/src/routes/personalInfo/about.svelte index 6f149393..b3af4290 100644 --- a/src/routes/personalInfo/about.svelte +++ b/src/routes/personalInfo/about.svelte @@ -9,6 +9,7 @@ import contributors from "$lib/components/personalInfo/contributors.json"; import { t, locale, locales} from "$lib/i18n"; import SubPageHeader from '$shared/subPageHeader.svelte'; + import IonPage from 'ionic-svelte/components/IonPage.svelte'; import { construct } from 'ionicons/icons'; interface Contributor { @@ -51,7 +52,7 @@ - +
@@ -121,6 +122,7 @@
+
- \ No newline at end of file