Skip to content

Commit

Permalink
fix: update external link to OIT
Browse files Browse the repository at this point in the history
  • Loading branch information
eldu committed Oct 3, 2024
1 parent 667bbf6 commit 710fb52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/base/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
:class="'has-background-light'"
>
<div class="navbar-brand">
<nuxt-link
<a
class="navbar-item"
to="https://it.brown.edu/"
href="https://it.brown.edu/"
target="_blank"
aria-label="To OIT Home"
@click.native="handleClick"
>
<BrownLogo class="d-nav-brand pr-3" size="s" />
</nuxt-link>
</a>
<nuxt-link
class="navbar-item"
to="/"
Expand Down

0 comments on commit 710fb52

Please sign in to comment.