Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
Vũ Hoàng Anh
canifa_note
Commits
5df59a48
Unverified
Commit
5df59a48
authored
Feb 09, 2023
by
boojack
Committed by
GitHub
Feb 09, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update rss icon style (#1056)
parent
989208eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
MemosHeader.tsx
web/src/components/MemosHeader.tsx
+1
-1
Explore.tsx
web/src/pages/Explore.tsx
+2
-2
No files found.
web/src/components/MemosHeader.tsx
View file @
5df59a48
...
...
@@ -50,7 +50,7 @@ const MemosHeader = () => {
</
span
>
{
user
&&
(
<
a
className=
"dark:text-white"
href=
{
"/u/"
+
user
.
id
+
"/rss.xml"
}
target=
"_blank"
rel=
"noreferrer"
>
<
Icon
.
Rss
/>
<
Icon
.
Rss
className=
"w-4 h-auto opacity-40 hover:opacity-60"
/>
</
a
>
)
}
</
div
>
...
...
web/src/pages/Explore.tsx
View file @
5df59a48
...
...
@@ -116,8 +116,8 @@ const Explore = () => {
<
div
className=
"title-container"
>
<
img
className=
"logo-img"
src=
{
customizedProfile
.
logoUrl
}
alt=
""
/>
<
span
className=
"title-text"
>
{
customizedProfile
.
name
}
</
span
>
<
a
className=
"dark:text-white ml-
2
"
href=
"/explore/rss.xml"
target=
"_blank"
rel=
"noreferrer"
>
<
Icon
.
Rss
/>
<
a
className=
"dark:text-white ml-
1 mt-1
"
href=
"/explore/rss.xml"
target=
"_blank"
rel=
"noreferrer"
>
<
Icon
.
Rss
className=
"w-6 h-auto opacity-40 hover:opacity-60"
/>
</
a
>
</
div
>
<
div
className=
"action-button-container"
>
...
...
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