mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 11:36:59 +00:00
10 lines
309 B
Vue
10 lines
309 B
Vue
<template>
|
||
<div class="w-full p-2 h-12 border-b-1 border-gray-200">
|
||
<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-gray-800"> What’s New! </span>
|
||
</div>
|
||
</div>
|
||
</template>
|