mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-31 12:14:30 +01:00
update: "list an event" btn style
This commit is contained in:
@@ -15,7 +15,7 @@ export default function EventsPage() {
|
||||
<div className='pb-42'>
|
||||
<div className="flex gap-24 justify-between">
|
||||
<h2 className='text-body1 font-bolder text-gray-900 mb-24'>Events 📆 ({events_count})</h2>
|
||||
<Button size='sm' href='https://airtable.com/shrjVx8MjLfl8zyXD' color='primary' newTab className='ml-auto'>List an event</Button>
|
||||
<Button size='sm' variant='text' href='https://airtable.com/shrjVx8MjLfl8zyXD' color='gray' newTab className='ml-auto'>List an event</Button>
|
||||
</div>
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-16 lg:gap-24">
|
||||
<EventsFilters
|
||||
|
||||
Reference in New Issue
Block a user