Skip to content

Commit

Permalink
Add border to canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenusan committed May 21, 2024
1 parent 84f2f30 commit 1827ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ResumeViewer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const t = useTranslations(lang);
</svg>
{t('resume.download')}
</a>
<canvas id=pdf-canvas></canvas>
<canvas id=pdf-canvas class="border"></canvas>
<p id="message" class="border-2 border-gray-500 p-4 hidden">{t('resume.text')}</p>
</div>

Expand Down

0 comments on commit 1827ddf

Please sign in to comment.