Skip to content

Commit

Permalink
fix: sprite sheet path (#130)
Browse files Browse the repository at this point in the history
* fix: sprite sheet path

* fix: rename ci
  • Loading branch information
chrisryanouellette authored Nov 30, 2023
1 parent 97d7377 commit 40ecb24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches: [ "main", "develop" ]

jobs:
build:
ci:
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion src/components/icon/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export type IconProps = SVGAttributes<SVGElement> & {

const Icon: FC<IconProps> = ({
className,
href = "remixicon.symbol.svg",
href = "/remixicon.symbol.svg",
name,
role,
size,
Expand Down

0 comments on commit 40ecb24

Please sign in to comment.