Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div
class="p-6 w-full grid grid-rows-[max-content_1fr_max-content] bg-white dark:text-wit-blue-500 min-h-screen relative"
:class="{
'mt-[80px] md:mt-[150px] sm:mt-[200px] xs:mt-[216px]': ': bannerMargin',
'mt-[80px] md:mt-[150px] sm:mt-[200px] xs:mt-[216px]': bannerMargin,
}"
>
<SocialLinks
Expand Down
1 change: 1 addition & 0 deletions pages/calendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ const setTagsAndLabelsColor: Record<string, string> = {
offline: 'bg-black-950',
dev: 'bg-black-500',
gaming: 'bg-gray-600',
web3: 'bg-wit-blue-600',
}
function eventsListToTableRows(events: Event[]): Row[] {
return events.map((event: Event) => [
Expand Down