Skip to content

Commit

Permalink
Branding update
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed May 7, 2024
1 parent 277c8ac commit ac400fd
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/BugReport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ body:
required: true
- label: The reproduction is included and is the minimum test case to recreate the faulty behavior.
required: true
- label: I have [searched the issues](https://github.com/studio384/amaranth/issues) for any possible duplications of this bug report.
- label: I have [searched the issues](https://github.com/studio384/amicons/issues) for any possible duplications of this bug report.
required: true
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/FeatureRequest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Feature Request
description: Suggest a new idea for Amaranth.
description: Suggest a new idea for Amicons.
title: "[Feature] "
labels: [feature]
assignees:
Expand Down Expand Up @@ -32,5 +32,5 @@ body:
options:
- label: This is a single feature.
required: true
- label: I have [searched the issues](https://github.com/studio384/amaranth/issues) for any possible duplications of this feature request.
- label: I have [searched the issues](https://github.com/studio384/amicons/issues) for any possible duplications of this feature request.
required: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/IconRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ body:
options:
- label: This is a single icon or part of an expected pair (e.g. `eye` and `eye-slashed`).
required: true
- label: I have [searched the issues](https://github.com/studio384/amaranth/issues) for any possible duplications of this icon request.
- label: I have [searched the issues](https://github.com/studio384/amicons/issues) for any possible duplications of this icon request.
required: true
- label: An example image is included if available.
required: false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ An open source icon set for the next generation of Sippy.
Install Amicons with the following npm command.

```
npm install @studio384/amaranth
npm install @studio384/amicons
```

Amicons includes a number of ways to use it. Our package will include the individual SVG files, a React-component and JavaScript implementation with TypeScript definitions, as well as an old-school webfont.
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amaranth-docs",
"homepage": "https://studio384.github.io/Amaranth",
"name": "amicons-docs",
"homepage": "https://studio384.github.io/amicons",
"private": true,
"version": "0.1.0",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions docs/src/design/layout/LayoutElements/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function Footer() {
</ListItemButton>
</ListItem>
<ListItem>
<ListItemButton color="primary" variant="soft" component="a" href="https://github.com/Studio384/Amaranth/issues/new/choose">
<ListItemButton color="primary" variant="soft" component="a" href="https://github.com/Studio384/amicons/issues/new/choose">
<ListItemContent>
<Typography>Report a bug</Typography>
</ListItemContent>
Expand All @@ -109,7 +109,7 @@ export default function Footer() {
}}
>
<ListItem>
<ListItemButton color="primary" variant="soft" component="a" href="https://github.com/studio384/amaranth">
<ListItemButton color="primary" variant="soft" component="a" href="https://github.com/studio384/amicons">
<ListItemDecorator>
<Amicon icon={aiGithub} />
</ListItemDecorator>
Expand Down
2 changes: 1 addition & 1 deletion docs/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ export default defineConfig({
'@': path.resolve(__dirname, './src')
}
},
base: '/Amaranth/',
base: '/amicons/',
envPrefix: 'AMICONS_'
});
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@studio384/amaranth",
"name": "@studio384/amicons",
"version": "1.0.0-alpha.7",
"description": "The iconography.",
"main": "./dist/cjs/index.js",
Expand All @@ -19,7 +19,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/studio384/amaranth.git"
"url": "git+https://github.com/studio384/amicons.git"
},
"files": [
"/icons",
Expand All @@ -33,9 +33,9 @@
"author": "",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/studio384/amaranth/issues"
"url": "https://github.com/studio384/amicons/issues"
},
"homepage": "https://studio384.github.io/amaranth",
"homepage": "https://studio384.github.io/amicons",
"peerDependencies": {
"@emotion/css": "^11.11.2",
"react": ">=16.x"
Expand Down

0 comments on commit ac400fd

Please sign in to comment.