File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ watchEffect(() => {
26
26
<template >
27
27
<form class =" filters" >
28
28
<details open >
29
- <summary >📚Example Language</summary >
29
+ <summary >📚 Example Language</summary >
30
30
<div class =" checkbox-group" >
31
31
<label v-for =" displayName, lang in languages" :key =" lang" >
32
32
<input type =" checkbox" v-model =" filter.selectedLanguages" :value =" lang" >
@@ -36,7 +36,7 @@ watchEffect(() => {
36
36
</details >
37
37
38
38
<details class =" filter-group" open >
39
- <summary >📏Used Rule</summary >
39
+ <summary >📏 Used Rule</summary >
40
40
<div class =" rule-group" >
41
41
<div v-for =" rules, type in ruleFilters" >
42
42
<em style =" text-transform : capitalize ;" >{{ type }}</em >
@@ -51,7 +51,7 @@ watchEffect(() => {
51
51
</details >
52
52
53
53
<details class =" filter-group" open >
54
- <summary >💡More Features</summary >
54
+ <summary >💡 More Features</summary >
55
55
<div class =" rule-group" >
56
56
<div >
57
57
<em >Type</em >
You can’t perform that action at this time.
0 commit comments