Skip to content

Commit

Permalink
feat: change font of mailing openstream top logo (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiroaisen authored Jan 16, 2024
2 parents 0a92ae2 + 334896c commit 2accc1e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
$locale.pages.user_recovery.head_page_title.not_found;
const error_message = (base: string, link: string): string => {
return base.replace("@user_recovery_page", `<a class="na" href="recover">${link}</a>`)
return base.replace("@user_recovery_page", `<a class="na" href="/recover">${link}</a>`)
}
</script>

Expand Down
Binary file added static/static/email/v1/top-logo-bak.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/static/email/v1/top-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2accc1e

Please sign in to comment.