Skip to content

Commit 2b8e3f0

Browse files
committed
chore: replace emoji by icon
1 parent 3fcc9ef commit 2b8e3f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/docs/usage/linters.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Linters
33
---
44

5-
import { FaGithub, FaGitlab } from "react-icons/fa";
5+
import { FaGithub, FaGitlab, FaArrowUp } from "react-icons/fa";
66

77
To see a list of supported linters and which linters are enabled/disabled:
88

scripts/website/expand_templates/linters.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ func getLintersSettingSections(node, nextNode *yaml.Node) (string, error) {
324324

325325
_, _ = fmt.Fprintln(builder, "```")
326326
_, _ = fmt.Fprintln(builder)
327-
_, _ = fmt.Fprintf(builder, "[%s](#%s)\n\n", span("Back to the top", "🔼"), listItemPrefix+nextNode.Content[i].Value)
327+
_, _ = fmt.Fprintf(builder, "[%s](#%s)\n\n", span("Back to the top", "<FaArrowUp />"), listItemPrefix+nextNode.Content[i].Value)
328328
_, _ = fmt.Fprintln(builder)
329329
}
330330

0 commit comments

Comments
 (0)