Remove NewsSummary
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
<template>
|
||||
<div class="flex flex-row">
|
||||
|
||||
<div class="max-w-80">
|
||||
<creator-news-summary></creator-news-summary>
|
||||
</div>
|
||||
|
||||
<div class="px-4" :style="{ color: brandingStore.value.colors.onBackground}">
|
||||
<div class="px-4"
|
||||
:style="{ backgroundColor: brandingStore.value.colors.primary, color: brandingStore.value.colors.onPrimary}">
|
||||
<h1>TEST</h1>
|
||||
<p>GET ME AN EDITOR NOW!</p>
|
||||
</div>
|
||||
@@ -16,7 +13,6 @@
|
||||
|
||||
<script setup>
|
||||
|
||||
import CreatorNewsSummary from "@/views/creators/CreatorNewsSummary.vue"
|
||||
import {useBrandingStore} from "@/stores/brandingStore.js";
|
||||
|
||||
const brandingStore = useBrandingStore()
|
||||
|
||||
Reference in New Issue
Block a user