Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin'
Browse files Browse the repository at this point in the history
  • Loading branch information
seroak committed Nov 15, 2024
2 parents 9f40508 + dd28d21 commit 803a82d
Show file tree
Hide file tree
Showing 2 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">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.png" />
<link rel="icon" type="image/svg+xml" href="/image/vite.png" />
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-16773927965"></script>
<script>
window.dataLayer = window.dataLayer || [];
Expand Down
1 change: 0 additions & 1 deletion src/pages/ClassroomDashboard/components/HostRoom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ interface props {
classData: ClassData;
}
const Room = ({ classData }: props) => {
console.log(classData);
return (
<li>
<Link to={`/classroomdashboard/classroom/${classData.id}`}>
Expand Down

0 comments on commit 803a82d

Please sign in to comment.