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> <template>
<div class="tw-flex tw-items-center tw-justify-between"> <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 }} {{ title }}
<small <small
v-if="selectedShow" v-if="selectedShow"
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
> >
{{ selectedShow.name }} {{ selectedShow.name }}
</small> </small>
</h3> </h1>
<div class="tw-flex tw-justify-end tw-gap-4"> <div class="tw-flex tw-justify-end tw-gap-4">
<slot /> <slot />
</div> </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