Skip to content

Commit

Permalink
change: logo vite to logo senat
Browse files Browse the repository at this point in the history
  • Loading branch information
jeflijonathan2327240094 committed Nov 15, 2024
1 parent ba686d5 commit e87614b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="./public/logo-senat.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
</head>
Expand Down
Binary file added public/logo-senat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/components/grid/grid.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const Grid = ({ array, ketuaPosition }) => {
});
};

//const information = use
const ketuaComponent = (array) => (
<div
className={clsx(
Expand Down

0 comments on commit e87614b

Please sign in to comment.