Skip to content

Commit

Permalink
chore: update banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Dec 4, 2024
1 parent 6d80d54 commit 58b9508
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions apps/website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1323,17 +1323,11 @@ export default Home
export const getStaticProps: GetStaticProps = () => {
return {
props: {
// announcement: {
// title: 'Support us with your GitHub star 🤩',
// description:
// '<img src="https://img.shields.io/github/stars/saas-js/saas-ui.svg?style=social&label=Star" />',
// href: 'https://github.com/saas-js/saas-ui',
// action: false,
// },
announcement: {
title: '🎉 30% off until December 4rd. Code:',
description: 'BLACKFRIDAY30',
href: '/pricing',
title: 'Support us with your GitHub star 🤩',
description:
'<img src="https://img.shields.io/github/stars/saas-js/saas-ui.svg?style=social&label=Star" />',
href: 'https://github.com/saas-js/saas-ui',
action: false,
},
header: {
Expand Down

0 comments on commit 58b9508

Please sign in to comment.