Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Merge pull request #38 from ASWWU-Web/feature/SHNG-36-collegian-links
Browse files Browse the repository at this point in the history
Updated links Collegian links for new website
  • Loading branch information
kadensu authored Jan 17, 2020
2 parents ca7c961 + fb4bafa commit 507eee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h5>ASWWU LINKS</h5>
<a class="footerLink" href="https://aswwu.smugmug.com/">Photos</a><br />
<a class="footerLink" href="https://vimeo.com/aswwu">Videos Vimeo</a><br />
<a class="footerLink" href="https://www.youtube.com/user/ASWWU/featured">Videos Youtube</a><br />
<a class="footerLink" href="https://collegian.xyz">Collegian</a><br />
<a class="footerLink" href="https://www.aswwucollegian.com/">Collegian</a><br />
</p>
</div>
<div class="col-12 col-md-4 text-white">
Expand Down
2 changes: 1 addition & 1 deletion components/nav-bar/nav-bar.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class NavBarComponent {
{ text: "Departments", link: null, dropdownLinks: [
{ text: "Administration", link: "https://aswwu.com/pages/administration" },
{ text: "Atlas", link: "https://aswwu.com/atlas" },
{ text: "Collegian", link: "https://collegian.xyz" },
{ text: "Collegian", link: "https://www.aswwucollegian.com/" },
{ text: "Diversity & Wellness", link: "https://aswwu.com/pages/diversity-wellness"},
{ text: "Global Service", link: "https://aswwu.com/pages/globalservice" },
{ text: "Mountain Rents", link: "https://aswwu.com/pages/mt-rents" },
Expand Down

0 comments on commit 507eee8

Please sign in to comment.