File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "id" : 86 ,
3- "content" : " PrimeBlocks with Tailwind v4 is now live!🚀 " ,
2+ "id" : 90 ,
3+ "content" : " Introducing CI Pipeline for Figma to Theme Code ⭐️ " ,
44 "linkText" : " Learn More" ,
5- "linkHref" : " https://primeblocks.org" ,
6- "target" : " _blank"
5+ "to" : " /designer/ci"
76}
Original file line number Diff line number Diff line change 44 <i ></i >
55 <div class =" layout-news-content" >
66 <span class =" layout-news-text" :style =" $appState.announcement.textStyle" >{{ $appState.announcement.content }}</span >
7- <a class =" layout-news-link" :href =" $appState.announcement.linkHref" :target =" $appState.announcement.target" rel =" noopener noreferrer" >{{ $appState.announcement.linkText }}</a >
7+ <a v-if =" $appState.announcement.linkHref" class =" layout-news-link" :href =" $appState.announcement.linkHref" :target =" $appState.announcement.target" rel =" noopener noreferrer" >{{ $appState.announcement.linkText }}</a >
8+ <NuxtLink v-if =" $appState.announcement.to" :to =" $appState.announcement.to" class =" layout-news-link" >{{ $appState.announcement.linkText }}</NuxtLink >
89 </div >
910 <a class =" layout-news-close" :style =" $appState.announcement.textStyle" @click =" onClose" >
1011 <span class =" pi pi-times" ></span >
You can’t perform that action at this time.
0 commit comments