Skip to content

Commit

Permalink
Update news
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Dec 9, 2024
1 parent ee3b862 commit 275a55b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 33 deletions.
4 changes: 2 additions & 2 deletions apps/showcase/assets/data/news.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": 1,
"content": "🎉 Introducing the all-new theming of PrimeNG v18",
"content": "PrimeNG v18 Final is out now 🚀",
"linkText": "Learn More",
"linkHref": "/theming"
"linkHref": "['/theming']"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<div class="layout-news-container">
<div class="layout-news-content">
<span class="layout-news-text">{{ announcement?.content }}</span>
<a class="layout-news-link" [routerLink]="announcement?.linkHref">{{ announcement?.linkText }}</a>
</div>
<a tabindex="0" class="layout-news-close" (click)="hideNews()">
<span class="pi pi-times"></span>
Expand Down
56 changes: 26 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 275a55b

Please sign in to comment.