diff options
Diffstat (limited to 'source/features/link-to-changelog-file.tsx')
| -rw-r--r-- | source/features/link-to-changelog-file.tsx | 2 |
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 3eec454b..db3c4f98 100644 --- a/source/features/link-to-changelog-file.tsx +++ b/source/features/link-to-changelog-file.tsx @@ -67,7 +67,7 @@ async function init(): Promise<void | false> { style={{padding: '6px 16px'}} role="button" > - <BookIcon className="text-blue color-text-link mr-2"/> + <BookIcon className="color-text-link mr-2"/> <span>Changelog</span> </a>, ); |
