File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -267,6 +267,12 @@ header .search-box.search-active:focus-within {
267
267
268
268
269
269
270
+ @include smaller-than ($xl ) {
271
+ #symbolhub-btn {
272
+ display : none ;
273
+ }
274
+ }
275
+
270
276
@include smaller-than ($l ) {
271
277
#blog-btn {
272
278
display : none ;
Original file line number Diff line number Diff line change 14
14
<a target =" _blank" rel =" noopener noreferrer" href =" https://decodingsymbols.wordpress.com/blog/"
15
15
id =" blog-btn" class =" btn-special" >Visit<br />Blog</a >
16
16
17
+ <a href =" {{ env (' TASK_MANAGER_URL' , null ) } }" id =" symbolhub-btn" class =" btn-special" >Visit<br />SymbolHub</a >
18
+
17
19
@if (userCan (' page-create' , \BookStack \Entities \Models \Book:: getBySlug (' drafts' , true )) )
18
20
<a href =" {{ url (' /books/drafts/create-page' ) } }" class =" btn-special" >+ Draft</a >
19
21
@endif
You can’t perform that action at this time.
0 commit comments