diff options
Diffstat (limited to 'src/pages/travel-advisory.astro')
| -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> |
