remove resume
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
522b4c8efa
commit
303de84d03
6 changed files with 1 additions and 807 deletions
|
@ -1,7 +0,0 @@
|
|||
document.querySelectorAll('main a').forEach(el => {
|
||||
const icon = document.createElement('i');
|
||||
icon.classList.add('fa', 'fa-solid', 'fa-arrow-up-right-from-square');
|
||||
el.appendChild(icon);
|
||||
});
|
||||
|
||||
document.querySelector('#print').addEventListener('click', () => window.print());
|
Loading…
Add table
Add a link
Reference in a new issue