Skip to content

Commit d5629cf

Browse files
committed
Changed Twitter for Angel List
1 parent 91c0031 commit d5629cf

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

components/footer.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636
<fab class="brand-icon" :icon="fab.faLinkedin"/>
3737
</a>
3838
</div>
39-
<!-- Twitter -->
39+
<!-- Angel List -->
4040
<div class="level-item">
4141
<a
42-
href="https://www.twitter.com/IsraelMuCa"
42+
class="navbar-item"
43+
href="https://angel.co/israelmuca"
4344
target="_blank"
4445
rel="noopener noreferrer"
45-
aria-label="Twitter"
46-
class="external-link"
46+
aria-label="Angel List"
4747
>
48-
<fab class="brand-icon" :icon="fab.faTwitter"/>
48+
<fab class="brand-icon" :icon="fab.faAngellist"/>
4949
</a>
5050
</div>
5151
</div>

components/header.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@
6868
</a>
6969
<a
7070
class="navbar-item"
71-
href="https://www.twitter.com/IsraelMuCa"
71+
href="https://angel.co/israelmuca"
7272
target="_blank"
7373
rel="noopener noreferrer"
74-
aria-label="Twitter"
74+
aria-label="Angel List"
7575
>
76-
<fab class="brand-icon" :icon="fab.faTwitter"/>
76+
<fab class="brand-icon" :icon="fab.faAngellist"/>
7777
</a>
7878
</div>
7979
</div>

0 commit comments

Comments
 (0)