File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ $ yarn start
33
33
34
34
[ Blog] ( https://dhtmlx.com/blog/tag/spreadsheet/ )
35
35
36
- [ Forum] ( https://forum.dhtmlx.com/c/widgets/ spreadsheet )
36
+ [ Forum] ( https://forum.dhtmlx.com/c/spreadsheet/ )
37
37
38
38
## Follow us
39
39
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ module.exports = {
194
194
} ,
195
195
{
196
196
label : 'Forum' ,
197
- href : 'https://forum.dhtmlx.com/c/widgets/ spreadsheet' ,
197
+ href : 'https://forum.dhtmlx.com/c/spreadsheet/ ' ,
198
198
position : 'right'
199
199
} ,
200
200
{
@@ -230,7 +230,7 @@ module.exports = {
230
230
} ,
231
231
{
232
232
label : 'Forum' ,
233
- href : 'https://forum.dhtmlx.com/c/widgets/ spreadsheet' ,
233
+ href : 'https://forum.dhtmlx.com/c/spreadsheet/ ' ,
234
234
position : 'right'
235
235
} ,
236
236
] ,
Original file line number Diff line number Diff line change @@ -92,12 +92,14 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
92
92
/* end Search input styles */
93
93
94
94
/* Link icons */
95
-
95
+
96
96
.iconExternalLink_lCJq ,
97
- .iconExternalLink_node_modules-\@docusaurus-theme-classic-lib-theme-IconExternalLink-styles-module {
98
- display : none; /* hides the link icon */
97
+ .iconExternalLink_node_modules-\@docusaurus-theme-classic-lib-theme-IconExternalLink-styles-module ,
98
+ .iconExternalLink_nPIU ,
99
+ .iconExternalLink_node_modules-\@docusaurus-theme-classic-lib-theme-Icon-ExternalLink-styles-module {
100
+ display : none; /* hides the link icon */
99
101
}
100
-
102
+
101
103
/* end Link icons */
102
104
103
105
/* styles for tables */
You can’t perform that action at this time.
0 commit comments