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
4 changes: 2 additions & 2 deletions src/components/CertificateViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ export const CertificateViewer: React.FunctionComponent<CertificateViewerProps>
<span>Print</span>
</div>
</div>
<div className="mr-2 w-auto" onClick={() => props.handleSharingToggle()}>
{/* <div className="mr-2 w-auto" onClick={() => props.handleSharingToggle()}>
<div className="icon-utility" id="btn-email">
<i className="fas fa-envelope text-md" />
<span>Email</span>
</div>
</div>
</div> */}
<div className="w-auto">
<a
className="icon-utility"
Expand Down
4 changes: 2 additions & 2 deletions src/components/Layout/Body.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const Wrapper: React.FunctionComponent<WrapperProps> = ({ children, isLoa
return (
<>
{isLoadWogaa ? <Wogaa /> : null}
<div
{/* <div
className="bg-yellow-100 border-b border-yellow-300 text-yellow-900 px-4 py-3 text-center text-sm sm:text-base"
role="alert"
>
Expand All @@ -22,7 +22,7 @@ export const Wrapper: React.FunctionComponent<WrapperProps> = ({ children, isLoa
<p className="mt-1">During this period, the platform may be unavailable or experience interruptions.</p>
<p className="mt-1">We appreciate your patience and understanding as we work to improve our services.</p>
</div>
</div>
</div> */}
<div className="flex flex-col h-screen wrapper">{children}</div>
</>
);
Expand Down
Loading