Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion usecase-compass-ui/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Compass Admin UI
# GlobalID Pass Admin UI
2 changes: 1 addition & 1 deletion usecase-compass-ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/tab-logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>comPASS</title>
<title>GlobalID Pass</title>
<script type="text/javascript" src="/env.config.js"></script>
</head>
<body>
Expand Down
46 changes: 10 additions & 36 deletions usecase-compass-ui/public/assets/Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions usecase-compass-ui/public/tab-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions usecase-compass-ui/src/components/LandingPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ function LandingPage() {
<div className="bg-[url('/assets/world_polygon_map.png')] bg-[length:100%_100%] bg-center bg-no-repeat h-full w-full flex items-center justify-center relative">
<div className="w-[616px] h-[455px] bg-[#ffffff] rounded-2xl shadow flex items-center text-center justify-center max-[1200px]:w-[70%] max-[800px]:w-[90%]">
<div>
<h1 className="text-[#020548] text-[82px] font-bold mb-0">comPASS</h1>
<h1 className="text-[#020548] text-[82px] font-bold mb-0">GlobalID Pass</h1>
<h1 className="text-[#020548] text-[62px] font-bold -mt-7">Admin Portal</h1>
<p className="text-[#0033A0] text-xl font-bold">comPass Credential Issuance</p>
<p className="text-[#0033A0] text-xl font-bold">GlobalID Pass Credential Issuance</p>
<button onClick={() => keycloak.login({ redirectUri: window.location.origin + '/home' })} className="h-[44px] w-[360px] bg-[#FF671F] rounded-lg text-[#ffffff] mt-4 cursor-pointer">Sign In</button>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion usecase-compass-ui/src/shared/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const Footer = () => {
return (
<footer className="footer h-[8%] text-center sm:footer-horizontal footer-center bg-[#F3F0E8] text-base-content py-4 z-10 relative" style={{ boxShadow: '0 -2px 6px rgba(0,0,0,0.1)' }}>
<aside>
<p className="text-[#717171]">{new Date().getFullYear()} © IOM - All rights reserved</p>
<p className="text-[#717171]">{new Date().getFullYear()} © MOSIP - All rights reserved</p>
</aside>
</footer>
)
Expand Down