Skip to content
This repository was archived by the owner on May 18, 2023. It is now read-only.

Commit 051b885

Browse files
committed
feat: tags for devshop
1 parent bec9ce5 commit 051b885

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/AccountDetails/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ const AccountDetails: FC<AccountDetailsProps> = ({
7676
// @ts-ignore TYPE NEEDS FIXING
7777
address={account}
7878
defaultComponent={
79+
// #MissingSmileySVG this is where the Smiley SVG goes in "Account"
7980
<svg
8081
width="84"
8182
height="89"

src/components/Popups/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const Popups: FC = () => {
1313
return (
1414
<>
1515
<div
16+
// #PopupPosition #PopupWidth this is where the Popup is being positioned on top of the swap/add/remove cards
1617
className={`md:block fixed sm:left-0 sm:right-0 sm:ml-auto sm:mr-auto lg:ml-[450px] xl:ml-[670px] max-w-md w-full flex flex-col ${
1718
urlWarningActive ? '' : 'top-[88px]'
1819
}`}

0 commit comments

Comments
 (0)