Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor #50

Merged
merged 1 commit into from
May 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions @
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Add header icon and kidsProfile componenet
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch kawshar
# Your branch is up to date with 'origin/kawshar'.
#
# Changes to be committed:
# new file: frontEnd/public/Netflix.svg
# modified: frontEnd/public/index.html
# modified: frontEnd/src/pages/AdsPlanBanner.css
# new file: frontEnd/src/pages/KidsProfile.css
# new file: frontEnd/src/pages/KidsProfile.js
# modified: frontEnd/src/pages/Signup.js
#
2 changes: 1 addition & 1 deletion frontEnd/src/App.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Signup from './pages/Signup';
import Signup from './pages/SignupPages/Signup';
import React from "react"
import {BrowserRouter as Router, Routes, Route } from 'react-router-dom';
import SignIn from "./pages/SignIn"
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import icon from '../LogoIcons&Images/popcorn.svg';
import icon from '../../LogoIcons&Images/popcorn.svg';
import './AdsPlanBanner.css';

function AdsPlanBanner(){
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// import 'bootstrap/dist/css/bootstrap.min.css';
import './Header.css'; // Import a CSS file for styling (create this file if not already present)
import '../Header.css'; // Import a CSS file for styling (create this file if not already present)
import './Signup.css';
import Header from "./Header"
import AdsPlanBanner from './AdsPlanBanner';
import Header from "../Header.js"
import AdsPlanBanner from './AdsPlanBanner.js';
import TV from './TV.js';
import WatchEverywhere from './WatchEverywhere';
import WatchEverywhere from './WatchEverywhere.js';
import KidsProfile from './KidsProfile.js';

function Signup(){
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading