Skip to content

Commit

Permalink
Language change, fontfamily in message, favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolman committed Oct 1, 2024
1 parent efd87d9 commit 316f118
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/api/src/app/controllers/wallet/css/get.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const controller = async (req: Request, res: Response) => {
border: 0;
font-size: 11px;
padding: 10px;
font-family: sans-serif;
}
#wallet-widget-message:before {
Expand Down
Binary file modified apps/studio/public/favicon.ico
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</b-button>
</b-form>
</b-tab>
<b-tab title="Download">
<b-tab title="Design">
<b-form @submit="onSubmitDownload">
<b-alert v-model="isAlertShown" variant="primary" show class="py-2">
<BaseIcon icon="info-circle" class="me-2" />
Expand Down
Binary file modified apps/wallet/public/favicon.ico
Binary file not shown.

0 comments on commit 316f118

Please sign in to comment.