diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-09-11 23:12:27 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-09-11 23:12:27 -0400 |
| commit | 7eb1b1d1d11c43119ee1f28e8ca185e3c3e3ae14 (patch) | |
| tree | bf13769b918590f897b969a405a2df500b963560 /src/pages | |
| parent | 649b1d4328a7ffc31cb5e9d47e2b3ddefcc66f16 (diff) | |
| download | alure-website-7eb1b1d1d11c43119ee1f28e8ca185e3c3e3ae14.tar.gz alure-website-7eb1b1d1d11c43119ee1f28e8ca185e3c3e3ae14.tar.bz2 alure-website-7eb1b1d1d11c43119ee1f28e8ca185e3c3e3ae14.zip | |
Travel Advisory and package update
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/travel-advisory.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/travel-advisory.astro b/src/pages/travel-advisory.astro index 693a4fe..42c238a 100644 --- a/src/pages/travel-advisory.astro +++ b/src/pages/travel-advisory.astro @@ -1,8 +1,8 @@ --- -import Countries from '../components/travel-advisory/countries.json' +import Countries from '../components/travel-advisory/ListCountries.jsx' import Layout from "../layouts/Layout.astro"; --- -<Layout> +<Layout title="Travel Advisory" description="Information whether its safe to travel to other countries"> <main class="flex flex-col"> <div> <h1 class="p-5 sm:px-40 px-10 text-3xl" id="legend">Legend</h1> |
