Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Mar 12, 2024
1 parent abe6a63 commit 0798cd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/src/app/Docs/pages/Changelog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ export default function Changelog() {
changed={[
<>
We're updating our branding from Amaranth to Amicons, with a brand new logo and mascot to boot. While the <Code>Amaranth</Code> and{' '}
<Code>Amicons</Code> icons have existed at the same time in the previous version, we consider the removal of the <Code>Amaranth</Code> icon arename.
<Code>Amicons</Code> icons have existed at the same time in the previous version, we consider the removal of the <Code>Amaranth</Code> icon a rename.
</>,
<>
The default values for all properties of our <Code>Amicon</Code> component are now being set to <Code>Undefined</Code> rather than a default
truthyvalue.
truthy value.
</>,
<>
The various CSS variables have been renamed to be more consistent with new variables introduced in this update. See the documentation for more info.
Expand Down
4 changes: 2 additions & 2 deletions docs/src/app/Docs/pages/_Release.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import icons from '@/data/icons';
import Code from '@/design/components/Code';
import { ILibraryIcon } from '@/types';

import Amicon, { aiArrowRight, aiBoxOpenFull, aiBug, aiPen, aiPlus, aiTrashCan } from '@studio384/amaranth';
import Amicon, { aiArrowRight, aiAmicons, aiBug, aiPen, aiPlus, aiTrashCan } from '@studio384/amaranth';

import IconCard from '../../Components/IconCard';

Expand Down Expand Up @@ -43,7 +43,7 @@ export default function Release({
<Stack gap={4}>
<Stack direction="row" alignItems="center" gap={2}>
<Avatar size="lg" color="primary" variant="solid">
<Amicon icon={aiBoxOpenFull} />
<Amicon icon={aiAmicons} />
</Avatar>
<Stack gap={0.5}>
<Typography level="h2" lineHeight={1}>
Expand Down

0 comments on commit 0798cd4

Please sign in to comment.