mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-04-11 00:30:19 +02:00
implemented game state in front end
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export default function Button({ children, ...props }) {
|
||||
export default function BlueButton({ children, ...props }) {
|
||||
return (<button {...props} className="bg-blue-600 hover:bg-blue-500 text-lg ease-out duration-200 text-white w-full h-full p-4 shadow-sm rounded">
|
||||
{children}
|
||||
</button>)
|
||||
|
||||
Reference in New Issue
Block a user