mirror of https://github.com/nocodb/nocodb
13 lines
368 B
13 lines
368 B
<script setup lang="ts"></script> |
|
|
|
<template> |
|
<div class="w-full px-3 h-12 border-b-1 border-gray-200 py-2"> |
|
<div class="flex items-center gap-3"> |
|
<GeneralIcon icon="megaPhone" class="text-nc-content-brand" /> |
|
|
|
<span class="text-gray-800 text-xl font-medium"> What’s New! </span> |
|
</div> |
|
</div> |
|
</template> |
|
|
|
<style scoped lang="scss"></style>
|
|
|