mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 08:36:34 +00:00
10 lines
329 B
Vue
10 lines
329 B
Vue
<template>
|
||
<div class="w-full p-2 h-12 border-b-1 border-nc-border-gray-medium">
|
||
<div class="h-full flex items-center gap-2 px-2">
|
||
<GeneralIcon icon="megaPhone" class="text-nc-content-brand h-4 w-4" />
|
||
|
||
<span class="font-bold text-sm text-nc-content-gray"> What’s New! </span>
|
||
</div>
|
||
</div>
|
||
</template>
|