fix home link in GalleryImage
This commit is contained in:
parent
3100887bca
commit
c3e7918478
@ -154,7 +154,7 @@ const GalleryImage = ({ data, location: { state } }) => {
|
|||||||
className="mb-4"
|
className="mb-4"
|
||||||
internalLinks={[
|
internalLinks={[
|
||||||
{
|
{
|
||||||
href: "/",
|
href: getGalleryPageUrl({ keyword: filterKeyword, sortKey }, image.base),
|
||||||
label: (
|
label: (
|
||||||
<>
|
<>
|
||||||
Home <kbd>esc</kbd>
|
Home <kbd>esc</kbd>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user