-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 9c79f7e Author: Aaron Chan <[email protected]> Date: Tue Nov 12 22:35:23 2024 -0800 fix: add support for multi word names and support accent a in font commit 73a3e56 Merge: f05a574 eea9b48 Author: Aaron Chan <[email protected]> Date: Tue Nov 12 16:59:52 2024 -0800 Merge branch 'develop' of https://github.com/ucsddesignco/stride2024 into develop commit f05a574 Author: Aaron Chan <[email protected]> Date: Tue Nov 12 16:12:44 2024 -0800 feat: account for longer names for badge
- Loading branch information
1 parent
d78accd
commit 0b27376
Showing
5 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ export default async function ViewBadge({ | |
return ( | ||
<main id="view-badge-page"> | ||
<h1>{data.error}</h1> | ||
<p>Please contact [email protected] for assistance.</p> | ||
</main> | ||
); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters