Skip to content

Commit

Permalink
Changed ui of board games section
Browse files Browse the repository at this point in the history
  • Loading branch information
samar12-rad committed Oct 6, 2024
1 parent 49c1bfe commit 546e56c
Show file tree
Hide file tree
Showing 5 changed files with 303 additions and 253 deletions.
30 changes: 14 additions & 16 deletions frontend/src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
// src/App.js

import './App.css';
import Navbar from '../src/components/Shared/Navbar';
import Footer from "../src/components/Shared/Footer"
import { Outlet } from 'react-router-dom';
import "./App.css";
import Navbar from "../src/components/Shared/Navbar";
import Footer from "../src/components/Shared/Footer";
import { Outlet } from "react-router-dom";

import {KindeProvider} from "@kinde-oss/kinde-auth-react";
import { KindeProvider } from "@kinde-oss/kinde-auth-react";

function App() {
return (
<KindeProvider
clientId={import.meta.env.VITE_KINDE_CLIENT_ID}
domain={import.meta.env.VITE_KINDE_DOMAIN}
redirectUri={import.meta.env.VITE_KINDE_REDIRECT_URI}
logoutUri={import.meta.env.VITE_KINDE_LOGOUT_REDIRECT_URI}
>
<Navbar />
<Outlet />
<Footer />
</KindeProvider>


clientId={import.meta.env.VITE_KINDE_CLIENT_ID}
domain={import.meta.env.VITE_KINDE_DOMAIN}
redirectUri={import.meta.env.VITE_KINDE_REDIRECT_URI}
logoutUri={import.meta.env.VITE_KINDE_LOGOUT_REDIRECT_URI}
>
<Navbar />
<Outlet />
<Footer />
</KindeProvider>
);
}

Expand Down
Binary file added frontend/src/assets/Boardgames/carrom.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/Boardgames/spin.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/landing/band.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 546e56c

Please sign in to comment.