feat: add Events component with EventCard for displaying event details

This commit is contained in:
2025-07-16 23:09:26 +09:00
parent 5e754ab800
commit 0c815c53e2
9 changed files with 192 additions and 9 deletions
+7 -1
View File
@@ -64,7 +64,13 @@ function Info() {
<div className="flex-1 basis-1/3"></div>
<div className="flex-col min-w-2/3 justify-start items-start">
<Button shadowEnabled={false} variant="blue">
<Button
onClick={() => {
console.log("test");
}}
shadowEnabled={false}
variant="blue"
>
смотреть весь фотоотчёт
</Button>
</div>