Skip to content

Commit

Permalink
chore: remove existing backTop component
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiu8081 committed Apr 6, 2023
1 parent 962b9c3 commit 7dc3df2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 54 deletions.
52 changes: 0 additions & 52 deletions src/components/BackTop.astro

This file was deleted.

2 changes: 0 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Layout from '../layouts/Layout.astro'
import Header from '../components/Header.astro'
import Footer from '../components/Footer.astro'
import Generator from '../components/Generator'
import BackTop from '../components/BackTop.astro'
import '../message.css'
import 'katex/dist/katex.min.css'
import 'highlight.js/styles/atom-one-dark.css'
Expand All @@ -14,7 +13,6 @@ import 'highlight.js/styles/atom-one-dark.css'
<Header />
<Generator client:load />
<Footer />
<BackTop/>
</main>
</Layout>

Expand Down

0 comments on commit 7dc3df2

Please sign in to comment.