Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
80921e78
Unverified
Commit
80921e78
authored
Nov 29, 2022
by
Mike Grabowski
Committed by
GitHub
Nov 29, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update link color (#5417)
parent
183beddc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
WelcomeModal.tsx
src/nft/components/explore/WelcomeModal.tsx
+9
-4
No files found.
src/nft/components/explore/WelcomeModal.tsx
View file @
80921e78
...
...
@@ -38,6 +38,11 @@ const Content = styled.div`
gap: 16px;
`
const
Link
=
styled
(
ExternalLink
)
`
color:
${({
theme
})
=>
theme
.
accentActive
}
;
stroke:
${({
theme
})
=>
theme
.
accentActive
}
;
`
const
Title
=
styled
(
ThemedText
.
LargeHeader
)
`
@media (max-width:
${({
theme
})
=>
theme
.
breakpoint
.
xl
}
px) {
font-size: 20px !important;
...
...
@@ -92,21 +97,21 @@ export function WelcomeModal({ onDismissed }: { onDismissed: () => void }) {
<
Title
>
Introducing NFTs on Uniswap
</
Title
>
<
Paragraph
>
We’re excited to announce that
{
'
'
}
<
External
Link
href=
"https://uniswap.org/blog/genie"
title=
"Uniswap Labs has acquired Genie"
>
<
Link
href=
"https://uniswap.org/blog/genie"
title=
"Uniswap Labs has acquired Genie"
>
Uniswap Labs has acquired Genie
</
External
Link
>
{
'
'
}
</
Link
>
{
'
'
}
to build the unified platform for all digital assets! Starting today, you can trade NFTs on Uniswap across
major marketplaces to find more listings and better prices.
<
br
/>
<
br
/>
Past Genie users may be eligible for a USDC airdrop. Read our announcement post for details on the airdrop
and a new gas rebate promotion.
{
'
'
}
<
External
Link
<
Link
href=
"https://uniswap.org/blog/uniswap-nft-aggregator-announcement"
title=
"Uniswap NFT aggregator announcement"
>
Learn more.
</
External
Link
>
</
Link
>
</
Paragraph
>
<
CloseButton
size=
{
24
}
onClick=
{
dismiss
}
/>
</
Content
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment