mirror of
https://github.com/skidoodle/erettsegi-browser.git
synced 2025-02-15 05:39:15 +01:00
Nitpicking 2
This commit is contained in:
parent
752d100505
commit
8cda8914fd
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue