Skip to content
Snippets Groups Projects
Commit 4a702469 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

refactor: change page header style

parent c8ed1d95
No related branches found
No related tags found
No related merge requests found
<template>
<div class="tw-flex tw-items-center tw-justify-between">
<h3 class="tw-m-0">
<h1 class="tw-text-5xl tw-font-black tw-m-0">
{{ title }}
<small
v-if="selectedShow"
......@@ -9,7 +9,7 @@
>
{{ selectedShow.name }}
</small>
</h3>
</h1>
<div class="tw-flex tw-justify-end tw-gap-4">
<slot />
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment