Skip to content

Commit

Permalink
Update client/src/components/Common/Heading.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Ahmed Hamid Awan <qe66653@umbc.edu>
  • Loading branch information
dannon and ahmedhamidawan committed Apr 29, 2024
1 parent fb34f0f commit f01eaae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/Common/Heading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ const element = computed(() => {
<template>
<div v-if="props.separator" class="separator heading">
<b-button v-if="collapsible" variant="link" size="sm" @click="$emit('click')">
<icon v-if="collapsed" fixed-width icon="angle-double-down" />
<icon v-else fixed-width icon="angle-double-up" />
<FontAwesomeIcon v-if="collapsed" fixed-width :icon="faAngleDoubleDown" />
<FontAwesomeIcon v-else fixed-width :icon="faAngleDoubleUp" />
</b-button>
<div v-else class="stripe"></div>
<component
Expand Down

0 comments on commit f01eaae

Please sign in to comment.