Skip to content

Commit

Permalink
Working skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
pirasathv committed Mar 22, 2024
1 parent 4216495 commit ac6e07d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/src/components/Header.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { faChevronDown, faChevronUp } from "@fortawesome/free-solid-svg-icons";
import { faChevronDown } from "@fortawesome/free-solid-svg-icons";
import logo from '../assets/images/logo/logo-1.png';

const Header = () => {
Expand Down
4 changes: 2 additions & 2 deletions ui/src/components/Sidebar.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import {faTimes, faPhone, faEnvelope, faGlobe, faMapMarkedAlt} from "@fortawesome/free-solid-svg-icons";
import {faTimes, faPhone, faEnvelope, faGlobe, faMapMarker} from "@fortawesome/free-solid-svg-icons";
import { faFacebookF, faInstagram, faTwitter, faLinkedin } from "@fortawesome/free-brands-svg-icons";
import logo from '../assets/images/logo/logo-1.png';

Expand Down Expand Up @@ -38,7 +38,7 @@ const Sidebar = () => {
<a href="#">www.webexample.com</a>
</div>
<div className="single">
<i className="fas"><FontAwesomeIcon icon={faMapMarkedAlt} /></i>
<i className="fas"><FontAwesomeIcon icon={faMapMarker} /></i>
<a href="#">13/A, New Pro State, NYC</a>
</div>
</div>
Expand Down

0 comments on commit ac6e07d

Please sign in to comment.