mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-06 18:31:00 +00:00
Small style change on text spacing in messages
This commit is contained in:
parent
92a7b8b5cc
commit
96acb96490
@ -8,7 +8,7 @@ const MessageCarousel = ({ copyToClipboard }) => {
|
|||||||
const messageTemplate = ({title, description, showGithub, showX, showNostr, showYoutube, showDonate, showFeedback}) => (
|
const messageTemplate = ({title, description, showGithub, showX, showNostr, showYoutube, showDonate, showFeedback}) => (
|
||||||
<div className="flex flex-col justify-between bg-gray-800 p-3 rounded-lg shadow-lg min-h-[182px]">
|
<div className="flex flex-col justify-between bg-gray-800 p-3 rounded-lg shadow-lg min-h-[182px]">
|
||||||
<p className="text-[#f8f8ff] text-[18px] font-semibold">{title}</p>
|
<p className="text-[#f8f8ff] text-[18px] font-semibold">{title}</p>
|
||||||
<p className="text-[#f8f8ff]">{description}</p>
|
<p className="text-[#f8f8ff] mt-1">{description}</p>
|
||||||
<div className="flex flex-wrap gap-4 justify-center mt-2">
|
<div className="flex flex-wrap gap-4 justify-center mt-2">
|
||||||
{showGithub && (
|
{showGithub && (
|
||||||
<i
|
<i
|
||||||
|
Loading…
x
Reference in New Issue
Block a user