mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-25 17:34:20 +00:00
Fix missing warning on algebra
This commit is contained in:
parent
da0494d385
commit
979f6be46f
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
import { Heading, Chapter, Box, Idiomatic as I, Code, Anchor as A, Dialog, BringAttention as B, ListOrdered, ListUnordered} from '@steffo/bluelib-react'
|
import { Heading, Chapter, Box, Idiomatic as I, Code, Anchor as A, Dialog, BringAttention as B, ListOrdered, ListUnordered} from '@steffo/bluelib-react'
|
||||||
import type { NextPage } from 'next'
|
import type { NextPage } from 'next'
|
||||||
import { WarningBlocked } from '../../components/warnings'
|
import { WarningBlocked, WarningUnchecked } from '../../components/warnings'
|
||||||
|
|
||||||
const Page: NextPage = () => {
|
const Page: NextPage = () => {
|
||||||
return <>
|
return <>
|
||||||
|
@ -119,6 +119,7 @@ const Page: NextPage = () => {
|
||||||
<Heading level={3}>
|
<Heading level={3}>
|
||||||
Cheatsheet
|
Cheatsheet
|
||||||
</Heading>
|
</Heading>
|
||||||
|
<WarningUnchecked/>
|
||||||
<p>
|
<p>
|
||||||
Visto che all'esame era possibile utilizzare i propri appunti, ho realizzato un piccolo cheatsheet stampabile con tutti gli esercizi più comuni.
|
Visto che all'esame era possibile utilizzare i propri appunti, ho realizzato un piccolo cheatsheet stampabile con tutti gli esercizi più comuni.
|
||||||
</p>
|
</p>
|
||||||
|
@ -127,8 +128,6 @@ const Page: NextPage = () => {
|
||||||
Cheatsheet (<A href="/materials/year1/algebra/cheatsheet.tex"><Code>.tex</Code></A>, <A href="/materials/year1/algebra/cheatsheet.pdf"><Code>.pdf</Code></A>)
|
Cheatsheet (<A href="/materials/year1/algebra/cheatsheet.tex"><Code>.tex</Code></A>, <A href="/materials/year1/algebra/cheatsheet.pdf"><Code>.pdf</Code></A>)
|
||||||
</ListUnordered.Item>
|
</ListUnordered.Item>
|
||||||
</ListUnordered>
|
</ListUnordered>
|
||||||
<Dialog builtinColor='yellow'>
|
|
||||||
</Dialog>
|
|
||||||
</Box>
|
</Box>
|
||||||
</Chapter>
|
</Chapter>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in a new issue