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 6bcd920 commit de32b85Copy full SHA for de32b85
src/app/components/cards/community-card.ts
@@ -86,6 +86,22 @@ import { Community } from '../../../models/community.model';
86
</a>
87
</li>
88
}
89
+ @if (community().blueskyUrl) {
90
+ <li>
91
+ <a
92
+ [href]="community().blueskyUrl"
93
+ target="_blank"
94
+ class="text-sm hover:underline flex items-center gap-2"
95
+ >
96
+ <img
97
+ src="/assets/icons/bluesky-icon.svg"
98
+ class="w-4 h-4"
99
+ alt=""
100
+ />
101
+ <span>Bluesky</span>
102
+ </a>
103
+ </li>
104
+ }
105
@if (community().youtubeUrl) {
106
<li>
107
<a
0 commit comments