Skip to content

Commit

Permalink
fix: invisible LinkedIn icon (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas authored Feb 10, 2025
1 parent e553947 commit 088a8bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PRETTIER_VERSION=$(shell cat package.json | jq -r '.devDependencies["prettier"]
format: .bin/ory
.bin/ory dev headers copyright --type=open-source
@echo "Prettier Version: $(PRETTIER_VERSION)"
npx prettier@$$PRETTIER_VERSION --write .
npx prettier@$(PRETTIER_VERSION) --write .

licenses: .bin/licenses node_modules # checks open-source licenses
.bin/licenses
Expand Down
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 088a8bc

Please sign in to comment.