File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ const pluginsList = data.plugins.filter(function(plugin){
156156 <p >Explore how Web Monetization works</p >
157157 </a >
158158
159- <a class =" gridItem" href =" /link-tag" data-umami-event =" Landing page - Link tag" >
159+ <a class =" gridItem" href =" /tools/ link-tag" data-umami-event =" Landing page - Link tag" >
160160 <h3 class =" heading4" >Link Tag Generator</h3 >
161161 <p >Generate a Web Monetization link tag for your site</p >
162162 </a >
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ const description = t("site.description")
8686 <div class =" cardContent" >
8787 <h2 class =" heading3" >Get support with a Web Monetization link</h2 >
8888 <h2 class =" heading3" >
89- <a href =" /link-tag/" >Generate your link tag</a >
89+ <a href =" /tools/ link-tag/" >Generate your link tag</a >
9090 </h2 >
9191 </div >
9292 </div >
Original file line number Diff line number Diff line change 11---
22import i18next , { t , changeLanguage } from " i18next" ;
3- import Base from " ../layouts/Base.astro" ;
3+ import Base from " ../../ layouts/Base.astro" ;
44
55changeLanguage (" en" );
66
Original file line number Diff line number Diff line change 11---
22import i18next , { t , changeLanguage } from " i18next" ;
3- import Base from " ../layouts/Base.astro" ;
4- import LinkTagGenerator from " ../components/pages/LinkTagGenerator" ;
3+ import Base from " ../../ layouts/Base.astro" ;
4+ import LinkTagGenerator from " ../../ components/pages/LinkTagGenerator" ;
55
66changeLanguage (" en" );
77
Original file line number Diff line number Diff line change 11---
22import i18next , { t , changeLanguage } from " i18next" ;
3- import Base from " ../layouts/Base.astro" ;
4- import ProbRevshareGenerator from " ../components/pages/ProbRevshare" ;
3+ import Base from " ../../ layouts/Base.astro" ;
4+ import ProbRevshareGenerator from " ../../ components/pages/ProbRevshare" ;
55
66changeLanguage (" en" );
77
You can’t perform that action at this time.
0 commit comments