Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function Home(): JSX.Element {
<span className="at-grad-text">Python</span>
<br />
<span className={`${styles.titleSecondary} at-grad-blue`}>
doesn't byte.
doesnt byte.
</span>
</h1>

Expand All @@ -108,23 +108,23 @@ export default function Home(): JSX.Element {
<VolumeCard
to="/artefice/"
kicker="Volume 2"
title="Manuale dell'Artefice"
title="Manuale dellArtefice"
desc="Programmazione ad oggetti: classi, ereditarietà, design pattern."
icon={<BoxIcon />}
accent="pink"
/>
<VolumeCard
to="/archivista/"
kicker="Volume 3"
title="Manuale dell'Archivista"
title="Manuale dellArchivista"
desc="Dati e persistenza: file, SQLite, ORM, integrazione."
icon={<DatabaseIcon />}
accent="amber"
/>
<VolumeCard
to="/apprendista/"
kicker="Volume 4"
title="Biblioteca dell'Apprendista"
title="Biblioteca dellApprendista"
desc="Esercizi, sfide e progetti di laboratorio."
icon={<FlaskIcon />}
accent="green"
Expand Down
2 changes: 1 addition & 1 deletion src/theme/Navbar/Logo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function NavbarLogo(): ReactNode {
)}
<b className={`navbar__title text--truncate ${styles.title}`}>
<span className={styles.brand}>Python</span>{' '}
<span className={styles.tagline}>doesn't byte</span>
<span className={styles.tagline}>doesnt byte</span>
</b>
</Link>
);
Expand Down
2 changes: 1 addition & 1 deletion src/theme/PyRunner/Toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export function Toolbar({
className={clsx(styles.iconBtn, styles.iconBtnExplain)}
onClick={onExplain}
aria-label="Spiegamelo facile (copia prompt)"
title="Copia un prompt per chiedere a un'IA di spiegarti questo codice"
title="Copia un prompt per chiedere a unIA di spiegarti questo codice"
>
<FontAwesomeIcon icon={faWandMagicSparkles} />
</button>
Expand Down
Loading