Nitpicking 2

This commit is contained in:
skidoodle 2023-09-18 20:30:13 +02:00
parent 752d100505
commit 8cda8914fd
2 changed files with 7 additions and 6 deletions

View file

@ -115,13 +115,13 @@ export default function Home() {
<div className="space-x-3">
<button
className="w-28 mt-3 bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"
className="w-24 mt-3 text-sm bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"
onClick={flPdfLink ? () => window.open(flPdfLink) : () => {}}
>
Feladatlap
</button>
<button
className="w-28 mt-3 bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"
className="w-24 mt-3 text-sm bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"
onClick={utPdfLink ? () => window.open(utPdfLink) : () => {}}
>
Útmutató
@ -130,7 +130,7 @@ export default function Home() {
<div className="space-x-3">
{selectedSubject === 'inf' || selectedSubject === 'infoism' ? (
<button
className="w-28 mt-3 bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"
className="w-24 mt-3 text-sm bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"
onClick={flZipLink ? () => window.open(flZipLink) : () => {}}
>
Forrás
@ -138,7 +138,7 @@ export default function Home() {
) : null}
{selectedSubject === 'inf' || selectedSubject === 'infoism' ? (
<button
className="w-28 mt-3 bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"
className="w-24 mt-3 text-sm bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"
onClick={utZipLink ? () => window.open(utZipLink) : () => {}}
>
Megoldás