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