update spacing on landing page
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m1s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m1s
This commit is contained in:
parent
9255c40288
commit
6f0b3ec252
@ -38,7 +38,7 @@ export default function Home(): ReactElement {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="flex flex-row gap-2 justify-center">
|
||||
<div className="flex flex-row gap-2 justify-center mt-4">
|
||||
{buttons.map((button, index) => {
|
||||
return (
|
||||
<Tooltip key={index}>
|
||||
|
Loading…
Reference in New Issue
Block a user