Skip to content

Commit 8b53e1a

Browse files
fix(junior): use a specific issue-logo css class in issue.gjs
Avoids mismatch with organization-code logo class.
1 parent 5a964c1 commit 8b53e1a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

junior/app/components/issue.gjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ export default class Issue extends Component {
5858
>{{t "pages.error.backHome"}}</PixButton>
5959
</div>
6060
</div>
61-
<img src="/images/logo.svg" alt="Pix Junior" class="logo" />
61+
<img src="/images/logo.svg" alt="Pix Junior" class="issue-logo" />
6262
</template>
6363
}

junior/app/styles/components/issue.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,10 @@
5353
}
5454
}
5555

56-
.logo {
56+
.issue-logo {
5757
position: absolute;
5858
bottom: 15px;
5959
align-self: center;
6060
width: 129px;
6161
height: 80px;
6262
}
63-

0 commit comments

Comments
 (0)