Skip to content
Snippets Groups Projects
Commit 19edc8a3 authored by Gilgard's avatar Gilgard
Browse files

Community header reroutes back to community home

parent 238ea111
No related branches found
No related tags found
1 merge request!80View tests
<template> <template>
<div class="flex items-center justify-between mx-4"> <div class="flex items-center justify-between mx-4">
<div class="flex-1 min-w-0"> <router-link
:to="'/community/' + community.communityId"
class="flex-1 min-w-0">
<h2 <h2
class="text-2xl font-bold leading-7 text-gray-900 sm:text-3xl sm:truncate" class="text-2xl font-bold leading-7 text-gray-900 sm:text-3xl sm:truncate"
> >
...@@ -26,7 +28,7 @@ ...@@ -26,7 +28,7 @@
{{ community.location }} {{ community.location }}
</div> </div>
</div> </div>
</div> </router-link>
<div> <div>
<!-- If the user is not a member in the community, this button will show --> <!-- If the user is not a member in the community, this button will show -->
<div v-if="!member"> <div v-if="!member">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment