Skip to content

Commit

Permalink
GH-1982 Make organizationWebsite open in new tab (Resolve #1982)
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP authored Nov 29, 2023
1 parent dc7b943 commit f5b3245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reposilite-frontend/src/components/header/HeaderHero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ const { description, organizationWebsite, organizationLogo } = usePlaceholders()
</div>
<div class="flex flex-row py-2 <sm:justify-center">
<GlobeIcon />
<a class="px-3 text-gray-500" :href="organizationWebsite">{{organizationWebsite}}</a>
<a class="px-3 text-gray-500" :href="organizationWebsite" target="_blank">{{organizationWebsite}}</a>
</div>
</div>
</div>
</div>
</template>
</template>

0 comments on commit f5b3245

Please sign in to comment.