Remove "Credits:" title
Removed the "Credits:" title from the green box in `src/components/BulgarianSolitaire.tsx`.
This commit is contained in:
parent
930929ce56
commit
e331c33aa7
1 changed files with 0 additions and 1 deletions
|
|
@ -438,7 +438,6 @@ const BulgarianSolitaire: React.FC<BulgarianSolitaireProps> = ({ showSocialShare
|
|||
|
||||
{/* Credits */}
|
||||
<div className="bg-green-50 dark:bg-green-950/30 border border-green-200 dark:border-green-800 rounded-lg p-6 space-y-4 flex flex-col justify-center">
|
||||
<h3 className="text-lg font-semibold">Credits:</h3>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Find out more about Bulgarian Solitaire on{" "}
|
||||
<a href="https://en.wikipedia.org/wiki/Bulgarian_solitaire" target="_blank" rel="noopener noreferrer" className="text-primary hover:underline">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue