Skip to content

Commit

Permalink
Merge pull request #1358 from vivliostyle/chore/powered-by-vercel
Browse files Browse the repository at this point in the history
chore(viewer): change "Powered by Vercel" logo to text
  • Loading branch information
MurakamiShinyu authored Jun 28, 2024
2 parents 3548bb9 + 076fdf0 commit 5593efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/viewer/src/html/vivliostyle-viewer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<li><a data-bind="attr: {href: t('HREF_User_Guide')}, text: t('Vivliostyle_User_Guide')"></a></li>
</ul>
<p><a href="https://vivliostyle.org" data-bind="attr: {href: t('HREF_Vivlistyle_Home')}"><img src="resources/vivliostyle-logo.svg" alt="Vivliostyle"/></a></p>
<div data-bind="visible: location.hostname.includes('vercel')"><br/><a href="https://vercel.com/?utm_source=vivliostyle&amp;utm_campaign=oss"><img src="https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg" alt="Powered By Vercel"></a></div>
<div data-bind="visible: location.hostname.includes('vercel')"><br/><a href="https://vercel.com/?utm_source=vivliostyle&amp;utm_campaign=oss" style="color: black; text-decoration: none; font-size: 18px;">▲ Powered by <b>Vercel</b></a></div>
</section>
<div id="vivliostyle-viewer-viewport" data-vivliostyle-viewer-viewport="true" role="main" tabindex="0" data-bind="attr: {'data-vivliostyle-page-progression': viewer.state.pageProgression}, click: navigation.onclickViewport, swipePages: true, textSelection: true, event: {'wheel': navigation.onwheelViewport}"></div>
<span role="button" id="vivliostyle-page-navigation-left" aria-keyshortcuts="ArrowLeft" data-bind="click: navigation.navigateToLeft, css: {'vivliostyle-menu-enabled': !navigation.isNavigateToLeftDisabled()}, attr: {'aria-disabled': navigation.isNavigateToLeftDisabled, title: t('navigate_to_left')}"></span>
Expand Down

0 comments on commit 5593efd

Please sign in to comment.