summaryrefslogtreecommitdiff
path: root/source/features/link-to-changelog-file.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/link-to-changelog-file.tsx')
-rw-r--r--source/features/link-to-changelog-file.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/link-to-changelog-file.tsx b/source/features/link-to-changelog-file.tsx
index 38d65d45..3e37920c 100644
--- a/source/features/link-to-changelog-file.tsx
+++ b/source/features/link-to-changelog-file.tsx
@@ -68,7 +68,7 @@ async function init(): Promise<void | false> {
style={pageDetect.isEnterprise() ? {padding: '6px 16px'} : {}}
role="button"
>
- <BookIcon className="color-text-link color-fg-accent mr-2"/>
+ <BookIcon className="color-fg-accent mr-2"/>
<span>Changelog</span>
</a>
);