Skip to content

Commit

Permalink
Christmas Decorations
Browse files Browse the repository at this point in the history
  • Loading branch information
MAHcodes committed Dec 16, 2023
1 parent ff55118 commit 80c833e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ const config = {
alt: 'LunarVim Logo',
},
christmas: {
lightrope: false,
snowBtn: false,
santa: false,
lightrope: true,
snowBtn: true,
santa: true,
},
previewImgs: [
{
Expand Down
4 changes: 1 addition & 3 deletions src/components/Hero/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ const Hero = () => {
) : null}
{tertiaryCTA ? (
<Link
className={`button button--link button--lg ${
snowBtn ? styles.snowBtn : ''
}`}
className="button button--link button--lg"
to={tertiaryCTA.to}
>
<Translate>{tertiaryCTA.text}</Translate>
Expand Down

0 comments on commit 80c833e

Please sign in to comment.