Skip to content

Commit

Permalink
Merge pull request #495 from edmcouncil/492-upgrade-bootstrap-in-home
Browse files Browse the repository at this point in the history
Upgrade Bootstrap in home
  • Loading branch information
mereolog authored Oct 4, 2024
2 parents 8b5c608 + 0e7c117 commit f5bb0fb
Show file tree
Hide file tree
Showing 7 changed files with 451 additions and 444 deletions.
38 changes: 15 additions & 23 deletions home/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
},
"dependencies": {
"@gtm-support/vue-gtm": "^2.2.0",
"bootstrap": "^4.6.2",
"jquery": "^3.7.1",
"bootstrap": "^5.3.3",
"vite-plugin-static-copy": "^1.0.1",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
Expand Down
11 changes: 6 additions & 5 deletions home/src/components/FooterComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,16 @@
href="https://www.youtube.com/user/EDMCouncil"
class="social-icons"
target="_blank"
v-on:click="outboundClick('youtube')"
@click="outboundClick('youtube')"
aria-label="youtube"
><img src="../assets/icons/social-icons-yt.svg" alt="youtube icon"
/></a>
>
<img src="../assets/icons/social-icons-yt.svg" alt="youtube icon" />
</a>
<a
href="https://twitter.com/edmcouncil"
class="social-icons"
target="_blank"
v-on:click="outboundClick('twitter')"
@click="outboundClick('twitter')"
aria-label="twitter"
>
<img src="../assets/icons/social-icons-twitter.svg" alt="twitter icon" />
Expand All @@ -42,7 +43,7 @@
href="https://www.linkedin.com/company/edm-council/"
class="social-icons"
target="_blank"
v-on:click="outboundClick('linkedin')"
@click="outboundClick('linkedin')"
aria-label="linkedin"
>
<img src="../assets/icons/social-icons-in.svg" alt="linkedin icon" />
Expand Down
Loading

0 comments on commit f5bb0fb

Please sign in to comment.