Skip to content

Commit

Permalink
fix: index page spelling2
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeifyeve committed Dec 16, 2023
1 parent b318bee commit 7d1baef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ import Layout from '../layouts/layout.astro'
---

<Layout>
<h1 class="commingSoon">Client Coming soon</h1>
<h1 class="comingSoon">Client Coming soon</h1>

<h1 class="commingSoon2">Estimate: Jan 2024</h1>
<h1 class="comingSoon2">Estimate: Jan 2024</h1>


<style>
.commingSoon {
.comingSoon {
color: white;
font-size: 60px;
}

.commingSoon2 {
.comingSoon2 {
color: white;
}

Expand Down

0 comments on commit 7d1baef

Please sign in to comment.