feat: update branding and enhance AppHeader functionality
- Changed the document title from "orcid-system" to "ORCID2SWORD". - Updated AppHeader to reflect the new brand name and improved user profile link for authenticated users. - Added user name extraction from JWT for personalized greetings in the header. - Refactored layout and styling for better responsiveness and user experience on the LandingPage.
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>orcid-system</title>
|
||||
<title>ORCID2SWORD</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
Reference in New Issue
Block a user