mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 19:01:19 +00:00
Reverse carousel to get around render issue
This commit is contained in:
parent
3c98504988
commit
e70be4b387
@ -63,15 +63,6 @@ const MessageCarousel = ({ copyToClipboard }) => {
|
||||
);
|
||||
|
||||
const messages = [
|
||||
{
|
||||
title: "Welcome to the PlebDevs Platform testing phase! 👋",
|
||||
description: "During this testing phase all prices will be reduced by 10x but all purchases, subscriptions, and progress will be reset on launch. Thank you!",
|
||||
showGithub: false,
|
||||
showX: false,
|
||||
showNostr: false,
|
||||
showDonate: false,
|
||||
showFeedback: true,
|
||||
},
|
||||
{
|
||||
title: "PlebDevs 🤝👨💻🤝👩💻🤝🧑💻🤝",
|
||||
description: "Plebdevs is open source software and is still in early development. If you have any questions drop an issue on the Github repo, or reach out to me in the Community tab, cheers! - Austin",
|
||||
@ -92,6 +83,15 @@ const MessageCarousel = ({ copyToClipboard }) => {
|
||||
showDonate: true,
|
||||
showFeedback: false,
|
||||
},
|
||||
{
|
||||
title: "Welcome to the PlebDevs Platform testing phase! 👋",
|
||||
description: "During this testing phase all prices will be reduced by 10x but all purchases, subscriptions, and progress will be reset on launch. Thank you!",
|
||||
showGithub: false,
|
||||
showX: false,
|
||||
showNostr: false,
|
||||
showDonate: false,
|
||||
showFeedback: true,
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user