Code cleaning
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
<script>
|
||||
import { fade, slide } from 'svelte/transition'
|
||||
import { site } from '../store'
|
||||
import Locations from '../components/Locations.svelte'
|
||||
import Locations from '../components/Locations'
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Houses Of - Beautiful houses of planet Earth</title>
|
||||
</svelte:head>
|
||||
|
||||
<section class="hero is-medium is-danger has-text-centered" in:fade out:slide>
|
||||
<section class="hero is-medium is-danger has-text-centered">
|
||||
<div class="hero-body">
|
||||
<div class="container">
|
||||
<h1 class="title">Houses Of The World</h1>
|
||||
@@ -16,7 +16,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="container" in:fade out:slide>
|
||||
<div class="container">
|
||||
<section class="section">
|
||||
<h2 class="title is-4">Choose on globe</h2>
|
||||
<div class="content">
|
||||
@@ -28,6 +28,7 @@
|
||||
<div class="content">
|
||||
<p>{$site.explore_list}</p>
|
||||
</div>
|
||||
|
||||
<Locations />
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user