This commit is contained in:
skidoodle 2023-09-18 20:37:16 +02:00
parent 8cda8914fd
commit 38cb124b3d

View file

@ -115,13 +115,13 @@ export default function Home() {
<div className="space-x-3"> <div className="space-x-3">
<button <button
className="w-24 mt-3 text-sm 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-2 rounded"
onClick={flPdfLink ? () => window.open(flPdfLink) : () => {}} onClick={flPdfLink ? () => window.open(flPdfLink) : () => {}}
> >
Feladatlap Feladatlap
</button> </button>
<button <button
className="w-24 mt-3 text-sm 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-2 rounded"
onClick={utPdfLink ? () => window.open(utPdfLink) : () => {}} onClick={utPdfLink ? () => window.open(utPdfLink) : () => {}}
> >
Útmutató Útmutató
@ -130,7 +130,7 @@ export default function Home() {
<div className="space-x-3"> <div className="space-x-3">
{selectedSubject === 'inf' || selectedSubject === 'infoism' ? ( {selectedSubject === 'inf' || selectedSubject === 'infoism' ? (
<button <button
className="w-24 mt-3 text-sm 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-2 rounded"
onClick={flZipLink ? () => window.open(flZipLink) : () => {}} onClick={flZipLink ? () => window.open(flZipLink) : () => {}}
> >
Forrás Forrás
@ -138,7 +138,7 @@ export default function Home() {
) : null} ) : null}
{selectedSubject === 'inf' || selectedSubject === 'infoism' ? ( {selectedSubject === 'inf' || selectedSubject === 'infoism' ? (
<button <button
className="w-24 mt-3 text-sm 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-2 rounded"
onClick={utZipLink ? () => window.open(utZipLink) : () => {}} onClick={utZipLink ? () => window.open(utZipLink) : () => {}}
> >
Megoldás Megoldás