Skip to content

Commit

Permalink
feat(resources-references): add reference to YT channel AquariumCoop
Browse files Browse the repository at this point in the history
  • Loading branch information
txuyuan committed Aug 16, 2022
1 parent cda297c commit 83d57cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pages/resources-references.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
used many of these ourselves!
</section>

<p><YoutubeIcon /><Link href="https://www.youtube.com/c/Aquariumcoop">AquariumCoop</Link></p>

<ul>
<li>
<Link href="https://www.thesprucepets.com">thesprucepets.com</Link>
Expand Down Expand Up @@ -117,3 +119,7 @@ li + li {
margin-top: 0.5rem;
}
</style>

<script setup>
import YoutubeIcon from "vue-material-design-icons/Youtube.vue";
</script>

1 comment on commit 83d57cd

@vercel
Copy link

@vercel vercel bot commented on 83d57cd Aug 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

aquariuminsider – ./

aquariuminsider-git-master-txuyuan.vercel.app
aquariuminsider.org
aquariuminsider-txuyuan.vercel.app

Please sign in to comment.