Skip to content

Commit

Permalink
logo change
Browse files Browse the repository at this point in the history
  • Loading branch information
kar7mp5 committed Nov 18, 2023
1 parent ddf328e commit b131526
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
7 changes: 4 additions & 3 deletions src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,10 @@ html {

.sect_QR {
.video_container {
// svg {
// display: none;
// }
svg {
// display: none;
opacity: 0;
}

position: absolute;
top: 0;
Expand Down
5 changes: 2 additions & 3 deletions src/component/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import React from 'react';
import { useNavigate } from 'react-router-dom';
import Icon_X from '../images/icon_x.svg';
import logo from "../images/LOGO.svg";
import logo_title from "../images/Union.svg";
import logo from "../images/logo_type2.svg";
// import logo_title from "../images/Union.svg";
import '../App.scss';

interface NavProps {
Expand Down Expand Up @@ -36,7 +36,6 @@ function Nav({ nav_props }: NavProps): JSX.Element {
<div style={title_styles} className="title">{nav_props.title}</div>
<div style={logo_styles} className="logo">
<img src={logo} alt="" />
<img className="logo_title" src={logo_title} alt="" />
</div>
<div style={x_styles} className="icon_container"><img src={Icon_X} alt="Click here to close this window." onClick={() => { navigate("/") }} /></div>
</div>
Expand Down
16 changes: 16 additions & 0 deletions src/images/logo_type2.svg
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 b131526

Please sign in to comment.