Files
nocodb/packages/nc-gui/components/feed/Header.vue
2025-10-23 07:16:10 +00:00

10 lines
329 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<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"> Whats New! </span>
</div>
</div>
</template>