diff --git a/src/components/Terminal.tsx b/src/components/Terminal.tsx index f56e003f..e2eef191 100644 --- a/src/components/Terminal.tsx +++ b/src/components/Terminal.tsx @@ -24,9 +24,14 @@ export default function Terminal(props: TerminalProps): JSX.Element { return (
-
-

Copied to Clipboard

-
+ {alert ? ( +
+

Copied to Clipboard

+
+ ) : ( + <> + )} +
{

Parcel Pointers

- Lorem ipsum dolor sit amet, consecteur adipiscing elit, sed do - eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut - enim ad minim vernian, quis nostrud exercitation ullamco laboris - nisi ut aliquip ex ea commodo consequat. + Welcome to Parcel Pointers! This learning lab is designed to + help you learn everything about pointers and how they are used + by following our robot Pipi through a warehouse. By the end of + the learning lab, hopefully you should know how and where to use + pointers in your own projects!