We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fce3ca commit a1cc005Copy full SHA for a1cc005
adev/src/app/features/home/home.component.html
@@ -1,9 +1,13 @@
1
<div class="adev-home" #home>
2
<div class="banners-layer layer">
3
<div class="adev-banner-container">
4
- <a href="https://goo.gle/angular-ai-update" class="adev-banner" target="_blank">
5
- <h1 tabindex="-1">Available Now:</h1>
6
- <p class="adev-banner-cta">Angular AI Developer Event Replay</p>
+ <a
+ href="https://github.com/angular/angular/discussions/63766"
+ class="adev-banner"
7
+ target="_blank"
8
+ >
9
+ <h1 tabindex="-1">Give us your feedback:</h1>
10
+ <p class="adev-banner-cta">Building AI-Enabled Applications</p>
11
</a>
12
</div>
13
0 commit comments