Skip to content

Commit f6a8f38

Browse files
committed
[fix] link to forum
1 parent 6df1327 commit f6a8f38

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $ yarn start
3333

3434
[Blog](https://dhtmlx.com/blog/tag/spreadsheet/)
3535

36-
[Forum](https://forum.dhtmlx.com/c/widgets/spreadsheet)
36+
[Forum](https://forum.dhtmlx.com/c/spreadsheet/)
3737

3838
## Follow us
3939

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ module.exports = {
194194
},
195195
{
196196
label: 'Forum',
197-
href: 'https://forum.dhtmlx.com/c/widgets/spreadsheet',
197+
href: 'https://forum.dhtmlx.com/c/spreadsheet/',
198198
position: 'right'
199199
},
200200
{
@@ -230,7 +230,7 @@ module.exports = {
230230
},
231231
{
232232
label: 'Forum',
233-
href: 'https://forum.dhtmlx.com/c/widgets/spreadsheet',
233+
href: 'https://forum.dhtmlx.com/c/spreadsheet/',
234234
position: 'right'
235235
},
236236
],

src/css/custom.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,14 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
9292
/* end Search input styles */
9393

9494
/* Link icons */
95-
95+
9696
.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 */
99101
}
100-
102+
101103
/* end Link icons */
102104

103105
/* styles for tables */

0 commit comments

Comments
 (0)