Skip to content

Commit

Permalink
chore: add youtube and twitter icon (kamranahmedse#4241)
Browse files Browse the repository at this point in the history
  • Loading branch information
arikchakma committed Jul 20, 2023
1 parent 0c64223 commit bbe8125
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
22 changes: 17 additions & 5 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
import AstroIcon from './AstroIcon.astro';
import Icon from './AstroIcon.astro';
---

Expand All @@ -24,10 +25,8 @@ import Icon from './AstroIcon.astro';
href='/videos'>Videos</a
>
<a
target='_blank'
rel='noopener noreferrer nofollow'
class='border-b border-b-gray-700 px-2 py-1.5 transition-colors hover:text-white sm:border-b-0 sm:px-0 sm:py-0'
href='https://cottonbureau.com/people/roadmapsh'>Store</a
href='/about'>FAQs</a
>
<a
class='px-2 py-1.5 transition-colors hover:text-white sm:border-b-0 sm:px-0 sm:py-0'
Expand Down Expand Up @@ -64,11 +63,24 @@ import Icon from './AstroIcon.astro';
<p>
&copy; roadmap.sh
<span class='mx-1.5'>&middot;</span>
<a href='/about' class='hover:text-white'>FAQs</a>
<span class='mx-1.5'>&middot;</span>
<a href='/terms' class='hover:text-white'>Terms</a>
<span class='mx-1.5'>&middot;</span>
<a href='/privacy' class='hover:text-white'>Privacy</a>
<span class='mx-1.5'>&middot;</span>
<a
href='https://youtube.com/theroadmap?sub_confirmation=1'
target='_blank'
class='hover:text-white'
>
<AstroIcon icon='youtube' class='inline-block h-4 w-4' />
</a>
<a
href='https://twitter.com/roadmapsh'
target='_blank'
class='ml-1.5 hover:text-white'
>
<AstroIcon icon='twitter-fill' class='inline-block h-3.5 w-3.5 fill-current' />
</a>
</p>
</div>
</div>
Expand Down
3 changes: 3 additions & 0 deletions src/icons/twitter-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bbe8125

Please sign in to comment.