Skip to content

Commit 022221a

Browse files
header
1 parent 19f878d commit 022221a

File tree

1 file changed

+1
-49
lines changed

1 file changed

+1
-49
lines changed

src/app/project/pages/board/board.component.html

Lines changed: 1 addition & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -2,56 +2,8 @@
22
<breadcrumbs [items]="breadcrumbs"></breadcrumbs>
33
<header class="flex justify-between mt-3 text-textDarkest">
44
<div class="text-2xl font-medium">Kanban board</div>
5-
<div class="social-links">
6-
<a href="https://www.buymeacoffee.com/tuantrungvo"
7-
target="_blank"
8-
rel="noopener">
9-
<j-button className="btn-secondary mr-2"> 🍺 Support
10-
</j-button>
11-
</a>
5+
126

13-
<a href="https://github.com/trungk18/angular-spotify"
14-
target="_blank"
15-
rel="noopener">
16-
<j-button className="btn-secondary mr-2"> 🎧 Spotify
17-
</j-button>
18-
</a>
19-
20-
<a href="https://tetris.trungk18.com/"
21-
target="_blank"
22-
rel="noopener">
23-
<j-button className="btn-secondary mr-2"> 🎮 Tetris
24-
</j-button>
25-
</a>
26-
27-
<a href="https://jira-storybook.trungk18.com/"
28-
target="_blank"
29-
rel="noopener">
30-
<j-button className="btn-secondary mr-2"> 📕 Storybook
31-
</j-button>
32-
</a>
33-
34-
<a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fgithub.com%2Ftrungk18%2Fjira-clone-angular&text=Awesome%20Jira%20clone%20app%20built%20with%20Angular%209%20and%20Akita&hashtags=angular,akita,typescript"
35-
(click)="sendTwitterEventButton()"
36-
target="_blank"
37-
rel="noopener"
38-
class="mr-2">
39-
<j-button className="btn-secondary">
40-
<div class="flex items-center">
41-
<i class="mr-2 text-blue-500"
42-
nz-icon
43-
nzType="twitter"
44-
nzTheme="outline"></i> Tweet
45-
</div>
46-
</j-button>
47-
</a>
48-
<a href="https://github.com/trungk18/jira-clone-angular"
49-
target="_blank"
50-
rel="noopener">
51-
<j-button className="btn-secondary"
52-
icon="github">Source Code
53-
</j-button>
54-
</a>
557
</div>
568
</header>
579

0 commit comments

Comments
 (0)