Skip to content

Commit

Permalink
Minor fixes (#554)
Browse files Browse the repository at this point in the history
* change mentors slack channel

* fix mission buttons
  • Loading branch information
carlotacb authored Apr 19, 2024
1 parent f660f9d commit 025dade
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/views/Mentors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const currentView = computed<'generalInfo' | 'meetThem'>(() => {
<template #icon>
<FontAwesomeIcon class="link__icon" :icon="['fab', 'slack']" />
</template>
#help
#mentors
</IconLabel>
You can always find a mentor in the Mentors lobby, located at A5105 next
to the Cafeteria.
Expand Down Expand Up @@ -130,11 +130,11 @@ const currentView = computed<'generalInfo' | 'meetThem'>(() => {
.explore {
display: flex;
width: 100%;
flex-wrap: wrap;
justify-content: flex-end;
margin-top: 20px;
margin-right: 20px;
margin-left: 20px;
gap: 0.5rem;
}
.button {
Expand Down
2 changes: 1 addition & 1 deletion src/views/Mission.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ strong {
.explore {
display: flex;
width: 100%;
flex-wrap: wrap;
justify-content: flex-start;
margin-top: 20px;
margin-right: 20px;
margin-left: 20px;
gap: 0.5rem;
}
.button {
Expand Down

0 comments on commit 025dade

Please sign in to comment.