Skip to content

Commit d2bcef1

Browse files
authored
feat(client): use new top banner (spring camp) (#437)
1 parent 263cfff commit d2bcef1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

libs/blog/ad-banner/ui/src/lib/top-banner.component.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ import { Component } from '@angular/core';
66
<a
77
class="flex w-full flex-wrap justify-center gap-[5px] px-[10px] py-3 text-[18px] font-medium text-white"
88
style="background-image: linear-gradient(0.25turn, #fe5758, #8d52fe)"
9-
href="https://houseofangular.io/the-ultimate-guide-to-angular-evolution/?utm_source=www-al&utm_medium=baner&utm_campaign=angular19-evolution"
9+
href="https://www.youtube.com/watch?v=Ygnx8eH4acg"
1010
>
11-
<span>Enhance Your Project with</span>
1211
<span class="rounded-[4px] bg-white px-[6px] text-[#b10620]">
13-
Angular 19
12+
ANGULAR SPRING CAMP
1413
</span>
15-
<span class="underline">Download a free ebook!</span>
14+
<span>&nbsp;- JOIN LIVE TODAY AT 6 PM (CEST)</span>
1615
</a>
1716
`,
1817
})

0 commit comments

Comments
 (0)