Skip to content

Commit

Permalink
Standardize icons
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed May 7, 2024
1 parent 7e8ce2f commit e5bb0ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion client/components/UpgradePlanModal.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React from "react";
import { FaSketch } from "react-icons/fa";
import styled from "styled-components";

const ModalWrapper = styled.div`
Expand Down Expand Up @@ -53,7 +54,7 @@ export const UpgradePlanModal = () => {
return (
<ModalWrapper>
<ModalHeader>
<Logo>🚀</Logo>
<Logo><FaSketch /></Logo>
<Title>Upgrade to Pro</Title>
</ModalHeader>
<Description>
Expand Down
2 changes: 1 addition & 1 deletion client/pages/static/PricingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import {
FaClock,
FaShieldAlt,
FaSearchengin,
FaRegLightbulb,
FaRegPaperPlane,
FaLockOpen,
} from "react-icons/fa";
import { FaRegLightbulb, } from "react-icons/fa6";
import {
TbInfinity,
TbInfinityOff,
Expand Down

0 comments on commit e5bb0ab

Please sign in to comment.