Fix names

This commit is contained in:
Andras Schmelczer 2022-09-26 23:10:28 +02:00
parent 286977665a
commit d46fb44ff7
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

@ -10,8 +10,8 @@ import { ImageAnchorFactory } from '../page/image-anchor/image-anchor.html';
import { ImageButtonFactory } from '../page/image-button/image-button.html';
export const GitHub = ImageButtonFactory(gitHubIcon, 'Open on GitHub');
export const NPM = ImageButtonFactory(packageIcon, 'Open on npm');
export const PyPi = ImageButtonFactory(pythonIcon, 'Open on PyPi');
export const NPM = ImageButtonFactory(packageIcon, 'Open on NPM');
export const PyPi = ImageButtonFactory(pythonIcon, 'Open on PyPI');
export const Open = ImageButtonFactory(openIcon, 'Open in new tab');
export const Thesis = ImageButtonFactory(cvIcon, 'Download thesis', {
shouldDownload: true,