feat: add Events component with EventCard for displaying event details
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user