1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-08-21 13:21:29 +02:00

some cleanups

This commit is contained in:
Morris Brodersen
2022-07-22 16:43:29 +02:00
parent 77238353f9
commit e17050a266
17 changed files with 201 additions and 211 deletions

View File

@@ -1,5 +1,4 @@
export const BASE_URL =
'https://rawcdn.githack.com/primer/octicons/ff7f6eee63fa2f2d24d02e3aa76a87db48e4b6f6/icons/';
export const BASE_URL = 'https://unpkg.com/@primer/octicons@17.3.0/build/svg/';
const cache = {};