mirror of
https://github.com/jakobkordez/s5_practice.git
synced 2025-05-16 00:30:29 +00:00
Fix pola img
This commit is contained in:
parent
8c60a21350
commit
c746cf69f4
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
import { Question } from "@/interfaces/question";
|
import { Question } from "@/interfaces/question";
|
||||||
import styles from "@/styles/Exam.module.scss";
|
import styles from "@/styles/Exam.module.scss";
|
||||||
|
import Image from "next/image";
|
||||||
|
|
||||||
const questions = new Array<Question>(60).fill({
|
const questions = new Array<Question>(60).fill({
|
||||||
id: 0,
|
id: 0,
|
||||||
@ -41,7 +42,12 @@ function ExamHeader() {
|
|||||||
return (
|
return (
|
||||||
<div className={styles.header}>
|
<div className={styles.header}>
|
||||||
<div className={styles.title}>
|
<div className={styles.title}>
|
||||||
<img src="/logo/zrs_logo_black.svg" height={100} width={100} />
|
<Image
|
||||||
|
src="/logo/zrs_logo_black.svg"
|
||||||
|
alt="ZRS Logo"
|
||||||
|
height={100}
|
||||||
|
width={100}
|
||||||
|
/>
|
||||||
<h1>
|
<h1>
|
||||||
IZPITNA POLA ZA AMATERSKE OPERATERJE <strong>{klasa}</strong> RAZREDA
|
IZPITNA POLA ZA AMATERSKE OPERATERJE <strong>{klasa}</strong> RAZREDA
|
||||||
</h1>
|
</h1>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user