mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-01-28 15:41:44 -05:00
Center button text
This commit is contained in:
@@ -16,8 +16,10 @@ export const GeneralButton = (props: {
|
||||
target={url.startsWith('http') ? '_blank' : undefined}
|
||||
rel={url.startsWith('http') ? 'noopener noreferrer' : undefined}
|
||||
>
|
||||
<div className="flex items-center justify-center w-full h-full">
|
||||
{content}
|
||||
<div className="flex items-center justify-center w-full h-full flex-col text-center">
|
||||
<div className="flex items-center justify-center">
|
||||
{content}
|
||||
</div>
|
||||
</div>
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user