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
6e228185
Unverified
Commit
6e228185
authored
Jan 04, 2023
by
eddie
Committed by
GitHub
Jan 04, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: add missing trace events and fix logo (#5780)
parent
bb92a9ee
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
15 deletions
+39
-15
AboutFooter.tsx
src/components/About/AboutFooter.tsx
+39
-15
unicornEmbossDark.png
src/components/About/images/unicornEmbossDark.png
+0
-0
unicornEmbossLight.png
src/components/About/images/unicornEmbossLight.png
+0
-0
No files found.
src/components/About/AboutFooter.tsx
View file @
6e228185
...
@@ -170,25 +170,49 @@ export const AboutFooter = () => {
...
@@ -170,25 +170,49 @@ export const AboutFooter = () => {
</
LinkGroup
>
</
LinkGroup
>
<
LinkGroup
>
<
LinkGroup
>
<
LinkGroupTitle
>
Company
</
LinkGroupTitle
>
<
LinkGroupTitle
>
Company
</
LinkGroupTitle
>
<
ExternalTextLink
href=
"https://boards.greenhouse.io/uniswaplabs"
target=
"_blank"
rel=
"noopener noreferrer"
>
<
TraceEvent
Careers
events=
{
[
BrowserEvent
.
onClick
]
}
</
ExternalTextLink
>
name=
{
SharedEventName
.
ELEMENT_CLICKED
}
<
ExternalTextLink
href=
"https://uniswap.org/blog"
target=
"_blank"
rel=
"noopener noreferrer"
>
element=
{
InterfaceElementName
.
CAREERS_LINK
}
Blog
>
</
ExternalTextLink
>
<
ExternalTextLink
href=
"https://boards.greenhouse.io/uniswaplabs"
target=
"_blank"
rel=
"noopener noreferrer"
>
Careers
</
ExternalTextLink
>
</
TraceEvent
>
<
TraceEvent
events=
{
[
BrowserEvent
.
onClick
]
}
name=
{
SharedEventName
.
ELEMENT_CLICKED
}
element=
{
InterfaceElementName
.
BLOG_LINK
}
>
<
ExternalTextLink
href=
"https://uniswap.org/blog"
target=
"_blank"
rel=
"noopener noreferrer"
>
Blog
</
ExternalTextLink
>
</
TraceEvent
>
</
LinkGroup
>
</
LinkGroup
>
<
LinkGroup
>
<
LinkGroup
>
<
LinkGroupTitle
>
Get Help
</
LinkGroupTitle
>
<
LinkGroupTitle
>
Get Help
</
LinkGroupTitle
>
<
ExternalTextLink
<
TraceEvent
href=
"https://support.uniswap.org/hc/en-us/requests/new"
events=
{
[
BrowserEvent
.
onClick
]
}
target=
"_blank"
name=
{
SharedEventName
.
ELEMENT_CLICKED
}
rel=
"noopener noreferrer"
element=
{
InterfaceElementName
.
SUPPORT_LINK
}
>
>
Contact Us
<
ExternalTextLink
</
ExternalTextLink
>
href=
"https://support.uniswap.org/hc/en-us/requests/new"
<
ExternalTextLink
href=
"https://support.uniswap.org/hc/en-us"
target=
"_blank"
rel=
"noopener noreferrer"
>
target=
"_blank"
Help Center
rel=
"noopener noreferrer"
</
ExternalTextLink
>
>
Contact Us
</
ExternalTextLink
>
</
TraceEvent
>
<
TraceEvent
events=
{
[
BrowserEvent
.
onClick
]
}
name=
{
SharedEventName
.
ELEMENT_CLICKED
}
element=
{
InterfaceElementName
.
SUPPORT_LINK
}
>
<
ExternalTextLink
href=
"https://support.uniswap.org/hc/en-us"
target=
"_blank"
rel=
"noopener noreferrer"
>
Help Center
</
ExternalTextLink
>
</
TraceEvent
>
</
LinkGroup
>
</
LinkGroup
>
</
FooterLinks
>
</
FooterLinks
>
...
...
src/components/About/images/unicornEmbossDark.png
View replaced file @
bb92a9ee
View file @
6e228185
5.98 KB
|
W:
|
H:
14.7 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/components/About/images/unicornEmbossLight.png
View replaced file @
bb92a9ee
View file @
6e228185
5.1 KB
|
W:
|
H:
10.6 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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