Skip to content

Commit

Permalink
updated logo
Browse files Browse the repository at this point in the history
  • Loading branch information
yours7himanshu committed Jan 19, 2025
1 parent 73851fb commit 9ba8a94
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo/EduMatrix.png" />
<link rel="icon" type="image/svg+xml" href="/logo/E.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>EduMatrix Admin Panel</title>
</head>
Expand Down
Binary file added admin/public/logo/E.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo/EduMatrix2.png" />
<link rel="icon" type="image/svg+xml" href="/logo/E.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>EduMatrix</title>
</head>
Expand Down
Binary file added client/public/logo/E.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed client/public/logo/EduMatrix.png
Binary file not shown.
Binary file removed client/public/logo/EduMatrix2.png
Binary file not shown.
2 changes: 1 addition & 1 deletion client/src/components/Navbar/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Navbar = () => {
<div className="container mx-auto max-md:m-2 flex justify-between items-center">
{/* Logo */}
<div className="text-3xl ml-3 max-md:ml-0 max-md:text-3xl flex items-center gap-2 font-extrabold">
<img className="rounded-full h-11" src="/logo/EduMatrix2.png" alt="" />
<img className="rounded-md object-cover h-11" src="/logo/E.png" alt="" />
<Link className="text-gray-300" to="/">EduMatrix</Link>
</div>

Expand Down
2 changes: 1 addition & 1 deletion client/src/shared/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Footer = () => {
<div className="grid grid-cols-2 md:grid-cols-4 max-md:gap-24 gap-36">
<div>
<div className="text-3xl max-md:text-2xl flex items-center gap-2 font-extrabold">
<img className="rounded-full h-10" src="/logo/EduMatrix2.png" alt="" />
<img className="rounded-md h-10" src="/logo/E.png" alt="" />
<Link className='text-white' to="/">EduMatrix</Link>
</div>
<ul className="space-y-2 max-md:w-56 max-md:text-sm ">
Expand Down
2 changes: 1 addition & 1 deletion mobile/app/(tabs)/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function HomeScreen() {
/>
}>
<ThemedView style={styles.titleContainer}>
<ThemedText style={{color:"yellow"}} type="title">You Are watching Himanshu Dinkar's first App</ThemedText>
<ThemedText style={{color:"red"}} type="title">Some thing okay</ThemedText>
<HelloWave />
</ThemedView>
<ThemedView style={styles.stepContainer}>
Expand Down

0 comments on commit 9ba8a94

Please sign in to comment.