Quiz added
This commit is contained in:
parent
0da039d6f6
commit
890d868188
4 changed files with 55 additions and 3 deletions
|
|
@ -11,7 +11,9 @@ const { icon } = Astro.props;
|
|||
|
||||
<div
|
||||
class={`highlight-box content ${icon}`}
|
||||
style={icon === "question-mark" ? `--box-icon-url: url('nah');` : ""}
|
||||
style={icon === "question-mark"
|
||||
? `--box-icon-url: url('/src/assets/professor.webp');`
|
||||
: ""}
|
||||
>
|
||||
<section>
|
||||
<slot />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue