Skip to content

Commit

Permalink
Merge pull request #128 from anderm18/accessiblity-issues
Browse files Browse the repository at this point in the history
Fixed the outdated instructions
  • Loading branch information
dicosn authored Jul 22, 2022
2 parents c2ba83e + b69f63c commit 1def522
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions frontend/src/components/DarkLightModeButton.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<template>
<v-tooltip v-if="$vuetify.theme.dark" bottom>
<template #activator="{on}">
<template #activator="{off}">
<v-switch
class="mr-2 button"
inset
small fab elevation="0"
v-on="on"
v-on="off"
@click="darkMode"
size="small"
prepend-icon="mdi-moon-waxing-crescent"
Expand All @@ -19,10 +18,8 @@
<v-tooltip v-else bottom>
<template #activator="{on}">
<v-switch
class="mr-2 button"
small fab elevation="0"
inset
v-on="on"
prepend-icon="mdi-white-balance-sunny"
color="yellow darken-2"
value="yellow darken-2"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/FromClasses/FromClassesPathways.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h1>Matching Pathways</h1>
<p>
Here are the pathways that match the selected courses!
You can view the pathway further by clicking the 3 dots then edit pathway,
You can view the pathway further by clicking the pencil icon,
or <router-link :to="{ name: 'search-classes' }">
go back to picking courses.
</router-link>
Expand Down

0 comments on commit 1def522

Please sign in to comment.