Skip to content

Commit

Permalink
Plural Amicons
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Feb 16, 2024
1 parent e433837 commit 77caa70
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/src/app/Changelog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function Changelog() {
<Container sx={{ my: 5 }}>
<Stack gap={5}>
<Release
name="Amicon 1.0 alpha 7"
name="Amicons 1.0 alpha 7"
date="February 2024"
version="1.0.0-alpha.7"
added={[
Expand Down Expand Up @@ -162,14 +162,14 @@ export default function Changelog() {
removedIcons={['amaranth', 'bootstrap', 'font-awesome']}
/>
<Release
name="Amicon 1.0 alpha 6"
name="Amicons 1.0 alpha 6"
version="1.0.0-alpha.6"
date="30 January 2024"
newIcons={['align-center', 'align-justify', 'align-left', 'align-right', 'amicons', 'subscript', 'superscript']}
/>
<Release name="Amicon 1.0 alpha 5" version="1.0.0-alpha.5" date="17 November 2023" newIcons={['circle']} />
<Release name="Amicons 1.0 alpha 5" version="1.0.0-alpha.5" date="17 November 2023" newIcons={['circle']} />
<Release
name="Amicon 1.0 alpha 4"
name="Amicons 1.0 alpha 4"
version="1.0.0-alpha.4"
date="17 November 2023"
newIcons={[
Expand All @@ -185,7 +185,7 @@ export default function Changelog() {
]}
/>
<Release
name="Amicon 1.0 alpha 3"
name="Amicons 1.0 alpha 3"
version="1.0.0-alpha.3"
date="23 August 2023"
removed={[<>The repository no longer provides font files or CSS files.</>]}
Expand All @@ -202,7 +202,7 @@ export default function Changelog() {
]}
updatedIcons={['chart-pie', 'circle-dashed', 'table-clcok', 'table-header-column', 'table-header-row', 'table', 'tag-geear', 'tag-plus', 'tag']}
/>
<Release name="Amicon 1.0 alpha 2" version="1.0.0-alpha.2" date="22 August 2023" added={[<>Migrations from ChangeWindows to a Studio 384</>]} />
<Release name="Amicons 1.0 alpha 2" version="1.0.0-alpha.2" date="22 August 2023" added={[<>Migrations from ChangeWindows to a Studio 384</>]} />
</Stack>
</Container>
</>
Expand Down

0 comments on commit 77caa70

Please sign in to comment.