Skip to content

Commit c40e66f

Browse files
author
CaffeineSheep
committed
added Visit SymbolHub button
1 parent f78006b commit c40e66f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

resources/sass/_header.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,12 @@ header .search-box.search-active:focus-within {
267267

268268

269269

270+
@include smaller-than($xl) {
271+
#symbolhub-btn {
272+
display: none;
273+
}
274+
}
275+
270276
@include smaller-than($l) {
271277
#blog-btn {
272278
display: none;

resources/views/common/header.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<a target="_blank" rel="noopener noreferrer" href="https://decodingsymbols.wordpress.com/blog/"
1515
id="blog-btn" class="btn-special">Visit<br />Blog</a>
1616

17+
<a href="{{ env('TASK_MANAGER_URL', null) }}" id="symbolhub-btn" class="btn-special">Visit<br />SymbolHub</a>
18+
1719
@if (userCan('page-create', \BookStack\Entities\Models\Book::getBySlug('drafts', true)))
1820
<a href="{{ url('/books/drafts/create-page') }}" class="btn-special">+ Draft</a>
1921
@endif

0 commit comments

Comments
 (0)