Skip to content

Commit

Permalink
🔧 Spotlight tableHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
roiLeo committed Aug 8, 2023
1 parent 59e095b commit f0cd2c9
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions pages/spotlight.vue
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
<template>
<section>
<div class="columns">
<div class="column is-four-fifths">
<h1 class="title is-2">{{ $t('spotlight.title') }}</h1>
<p class="subtitle is-size-5">{{ $t('spotlight.subtitle') }}</p>
</div>
<div class="column">
<img
src="~/assets/rmrk-logo-pink-faded.png"
alt="RMRK"
class="chain-logo is-hidden-mobile" />
</div>
</div>

<StatsHeader
:title="$t('spotlight.title')"
:subtitle="$t('spotlight.subtitle')" />
<SpotlightTable />
</section>
</template>
Expand Down

0 comments on commit f0cd2c9

Please sign in to comment.