groton-school / knowledgebase

Knowledgebase website
https://kb.groton.org
GNU General Public License v3.0
0 stars 0 forks source link

Embed iTunes app store links #14

Open github-actions[bot] opened 1 year ago

github-actions[bot] commented 1 year ago

https://api.github.com/groton-school/knowledgebase/blob/8cea2218e663de5bf992f1a440e7d5f3ea49d67a/src/Embed/AppStoreLinks/index.ts#L5


import Helper from '../../Helper';
import './styles.scss';

const appStore = 'a[href^="https://apps.apple.com/"]'; // TODO handle iTunes links too?
const playStore = 'a[href^="https://play.google.com/"]';

function embed(paragraphs: HTMLElement[]) {
battis commented 1 month ago

Code re-structuring has moved this around a bit https://github.com/groton-school/knowledgebase/blob/78b0bd86ddc627e27ecfe9a7a8e18c42d4302233/apps/ui/src/Embed/Hyperlinks/AppStore/index.ts#L6