mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
Merge pull request #2335 from tangly1024/release/4.4.5
matery 主题首页按钮毛玻璃
This commit is contained in:
@@ -72,7 +72,7 @@ const Hero = props => {
|
||||
onClick={() => {
|
||||
window.scrollTo({ top: wrapperTop, behavior: 'smooth' })
|
||||
}}
|
||||
className='mt-12 border cursor-pointer w-40 text-center pt-4 pb-3 text-md text-white hover:bg-orange-600 duration-300 rounded-3xl z-40'>
|
||||
className='glassmorphism mt-12 border cursor-pointer w-40 text-center pt-4 pb-3 text-md text-white hover:bg-orange-600 duration-300 rounded-3xl z-40'>
|
||||
<i className='animate-bounce fas fa-angle-double-down' />{' '}
|
||||
<span>
|
||||
{siteConfig('MATERY_SHOW_START_READING', null, CONFIG) &&
|
||||
|
||||
Reference in New Issue
Block a user