Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 9b4e27c

Browse files
feat(#113): add a "beta" next to DeckDeckGo in the header
1 parent 1665306 commit 9b4e27c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

studio/src/app/components/core/app-navigation/app-navigation.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ app-navigation {
1717
margin-right: 4px;
1818
padding: 4px;
1919
}
20+
21+
mark {
22+
background-color: transparent;
23+
font-style: italic;
24+
color: white;
25+
font-size: calc(var(--font-size-small) * 0.9);
26+
}
2027
}
2128
}
2229

studio/src/app/components/core/app-navigation/app-navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class AppNavigation {
3333
return <ion-anchor onClick={() => this.closeMenu()} href="/" routerDirection="forward" slot="start">
3434
<div>
3535
<app-logo></app-logo>
36-
<span class="ion-text-uppercase">DeckDeckGo</span>
36+
<span class="ion-text-uppercase">DeckDeckGo <mark>BETA</mark></span>
3737
</div>
3838
</ion-anchor>;
3939
} else {

0 commit comments

Comments
 (0)