Skip to content

Commit

Permalink
Update login.jsx
Browse files Browse the repository at this point in the history
change import login.css to Login.css
  • Loading branch information
kushwahramkumar2003 authored Nov 18, 2023
1 parent 0133773 commit f82c74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/login.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useState } from 'react';
import cap from './Images/graduate.svg';
import logo from './Images/logo.svg';
import './login.css';
import './Login.css';

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" />

Expand Down

0 comments on commit f82c74c

Please sign in to comment.