Skip to content

Commit

Permalink
Merge pull request #82 from stack-wuh/feat-banner
Browse files Browse the repository at this point in the history
feat(Home.Banner): Banner区域改为使用后台驱动
  • Loading branch information
stack-wuh committed May 1, 2022
2 parents 2294df5 + 930f0b4 commit 4f7c339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/header/header.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Image from 'next/image'
import withConfig from '@/hooks/useConfig'
import Image from 'next/image'
// import AudioControl from '@/components/audio/control'

const Header = () => {
Expand All @@ -9,7 +9,7 @@ const Header = () => {
<div className="container">
<div className="lf">
<Image
src="/icons/favicon-192.png"
src="/icons/64.png"
width="32px"
height="32px"
layout="fixed"
Expand Down

1 comment on commit 4f7c339

@vercel
Copy link

@vercel vercel bot commented on 4f7c339 May 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.