Skip to content

Commit

Permalink
Update index.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou authored Aug 27, 2023
1 parent 89c1626 commit dcfcc5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
import PageLayout from '../layouts/Page.astro'
import NanohaNoteLogo from '../assets/NanohaNote.svg'
import NanohaNoteLogo from '../components/Logo.astro'
---
<PageLayout title="NanohaNote" description="NanohaNote Top">
<div class="">
<div>
<div>
<img src={ NanohaNoteLogo } class="mx-auto" />
<div class="text-center">
<NanohaNoteLogo />
</div>
<div class="text-center">NanohaNoteは、「じぶん」で作る学習用ノートブックです。</div>
<div class="flex justify-center m-2">
Expand Down

0 comments on commit dcfcc5c

Please sign in to comment.