Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola R. Hristov <[email protected]>
  • Loading branch information
NikolaRHristov committed Apr 17, 2024
1 parent 543aaf0 commit 7236404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Layout/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Header from "@Component/Header.astro";
import "@Stylesheet/Base.css";
const { Font = [], Title = "Playform", Description = "️ Cloud" } = Astro.props;
const { Font = [], Title = "Playform", Description = "🌩️ Cloud." } = Astro.props;
interface Props {
Font?: string[];
Expand Down
2 changes: 1 addition & 1 deletion Source/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import "@Stylesheet/Page/Index.css";
<div class="flex grow self-center">
<div class="container sm:pb-36">
<div class="text-center">
<h1>️ Cloud.</h1>
<h1>🌩️ Cloud.</h1>
</div>
</div>
</div>
Expand Down

0 comments on commit 7236404

Please sign in to comment.