Skip to content

Commit

Permalink
feat(Icons): add bookBookmarkIcon
Browse files Browse the repository at this point in the history
- add bookBookmarkIcon (to be used in the new dashboard page for My learning nav)

<img width="241" alt="Screenshot 2023-11-30 at 9 20 04 AM" src="https://github.com/Codecademy/gamut/assets/58445391/d015024e-6406-4556-a376-d64a4d6856b4">
  • Loading branch information
sooinc authored Nov 30, 2023
1 parent 591e8ed commit 4c0f6ff
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
8 changes: 7 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
"default": {
"runner": "nx-cloud",
"options": {
"cacheableOperations": ["build", "test", "verify", "build-storybook"],
"cacheableOperations": [
"lint",
"build",
"test",
"verify",
"build-storybook"
],
"parallel": 3,
"useDaemonProcess": false,
"accessToken": "ZmVjZWYxNzctYTdmZC00ODYzLTg4MzEtZTE1YTVmZDdkZmY1fHJlYWQ="
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-gamut/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `eslint-plugin-gamut`

Recommended eslint plugin for Gamut applications. ✨
Recommended eslint plugins for Gamut applications. ✨

## Usage

Expand Down
4 changes: 2 additions & 2 deletions packages/gamut-icons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ _UI Icons for the Gamut component library_

## Icon Guidelines

1. All icons must be square
2. All Icons should ideally be designed inside of a 16x16 pixel grid
1. All icons must be square.
2. All Icons should ideally be designed inside of a 16x16 pixel grid.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4c0f6ff

Please sign in to comment.