Skip to content

Commit

Permalink
Discord addded to header
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed Mar 21, 2021
1 parent e522ee8 commit cc13e4c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
11 changes: 8 additions & 3 deletions website/macos-big-sur-icons/src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,14 @@
<div class="header-grid-btns">

<!-- Twitter -->
<a href="https://twitter.com/elrumo" class="header-icon-wrapper" target="_blank" rel="noopener">
<img :src="icons.twitter" class="header-item header-icon" alt="">
</a>
<div class="header-icon-wrapper">
<a href="https://twitter.com/elrumo" class="" target="_blank" rel="noopener">
<img :src="icons.twitter" class="header-item header-icon" alt="Twitter logo">
</a>
<a href="https://discord.gg/spkQYzBZ" class="" target="_blank" rel="noopener">
<!-- <img :src="icons.discord" class="header-item header-icon" alt="Discord Logo"> -->
</a>
</div>
<!-- Back to all icons -->
<div class="opacity-50" v-if="this.$route.name != 'Home'">
<router-link to="/">
Expand Down
6 changes: 4 additions & 2 deletions website/macos-big-sur-icons/src/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@
<div v-if="this.$store.state.list == 0 & !loadingError" class="waiting-wrapper">
<coral-wait size="L" indeterminate=""></coral-wait>
</div>

<!-- Loading error -->
<div v-if="loadingError" class="waiting-wrapper">

<NativeAd/>
<h3 class="coral-Heading--M">
The site is temporarily down for maintenance purposes.
<br>
Expand Down Expand Up @@ -249,6 +249,7 @@ import Hero from './Hero.vue';
import iconCard from './iconCard.vue';
import Dialog from './Dialog.vue';
import deleteDialog from './deleteDialog.vue';
import NativeAd from './NativeAd.vue';
import algoliasearch from 'algoliasearch'
import Parse from 'parse'
Expand Down Expand Up @@ -291,7 +292,8 @@ export default {
iconCard,
Dialog,
deleteDialog,
'vue-load-image': VueLoadImage
'vue-load-image': VueLoadImage,
NativeAd
},
metaInfo: {
Expand Down

1 comment on commit cc13e4c

@vercel
Copy link

@vercel vercel bot commented on cc13e4c Mar 21, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.