Skip to content

Commit

Permalink
fix(junior): use a specific issue-logo css class in issue.gjs
Browse files Browse the repository at this point in the history
Avoids mismatch with organization-code logo class.
  • Loading branch information
aurelie-crouillebois committed Nov 5, 2024
1 parent 47bc042 commit b915604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion junior/app/components/issue.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ export default class Issue extends Component {
>{{t "pages.error.backHome"}}</PixButton>
</div>
</div>
<img src="/images/logo.svg" alt="Pix Junior" class="logo" />
<img src="/images/logo.svg" alt="Pix Junior" class="issue-logo" />
</template>
}
3 changes: 1 addition & 2 deletions junior/app/styles/components/issue.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,10 @@
}
}

.logo {
.issue-logo {
position: absolute;
bottom: 15px;
align-self: center;
width: 129px;
height: 80px;
}

0 comments on commit b915604

Please sign in to comment.