Skip to content

Commit

Permalink
Merge pull request #102 from 0xHashstack/sabari/updates
Browse files Browse the repository at this point in the history
REFACTORING Alt changes fixing readability [DONE]
  • Loading branch information
K-SabariGanesh committed Jan 25, 2024
2 parents 82e4176 + e8306c3 commit f8728aa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/components/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const Content = () => {
{texts[0].text}
<Image
src="/party_icon-01.svg"
alt="GHAF Logo"
alt="Mainnet V1 Celebration Icon"
// mt="0.2rem"
maxWidth="100%"
height="20px"
Expand All @@ -78,7 +78,7 @@ const Content = () => {
{texts[1].text}
<Image
src="/dancing_man-01.svg"
alt="GHAF Logo"
alt=""
maxWidth="100%"
height="20px"
// maxHeight="100px"
Expand All @@ -90,14 +90,14 @@ const Content = () => {
</Box>
{isLessThan1250 ? <Image
src="/maxBorrowIpadView.svg"
alt="GHAF Logo"
alt="hero title text"
maxWidth="100%"
height="208px"
width="295px"
p="0 2rem"
/> : <Image
src="/maxBorrow.svg"
alt="GHAF Logo"
alt="hero title text"
maxWidth="100%"
p="0 2rem"
height={isHeightLargerThan1000 && isLargerThan1800 ? "110" : isLargerThan1800 ? "100" : isLargerThan1600 ? "90" : ""}
Expand Down
4 changes: 2 additions & 2 deletions src/components/IpadView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const IpadView = () => {
{texts[0].text}
<Image
src="/party_icon-01.svg"
alt="GHAF Logo"
alt="mainnet v1 celebration icon"
// mt="0.2rem"
maxWidth="100%"
height="20px"
Expand All @@ -127,7 +127,7 @@ const IpadView = () => {
{texts[1].text}
<Image
src="/dancing_man-01.svg"
alt="GHAF Logo"
alt=""
// mt="0.2rem"
maxWidth="100%"
height="20px"
Expand Down
4 changes: 2 additions & 2 deletions src/components/mobileView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const MobileView = () => {
{texts[0].text}
<Image
src="/party_icon-01.svg"
alt="GHAF Logo"
alt="mainnet v1 celebration icon"
// mt="0.2rem"
maxWidth="100%"
height="20px"
Expand All @@ -113,7 +113,7 @@ const MobileView = () => {
{texts[1].text}
<Image
src="/dancing_man-01.svg"
alt="GHAF Logo"
alt=""
// mt="0.2rem"
maxWidth="100%"
height="20px"
Expand Down

0 comments on commit f8728aa

Please sign in to comment.