Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Dec 5, 2023
1 parent f1b400a commit 6de1ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/consts/tokens.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { WarpTokenConfig } from '../features/tokens/types';

// A list of warp token configs
// A list of Warp UI token configs
// Tokens can be defined here, in tokens.json, or in tokens.yaml
// The input here is typically the output of the Hyperlane CLI warp deploy command
export const tokenList: WarpTokenConfig = [
Expand Down
2 changes: 1 addition & 1 deletion src/consts/tokens.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# A list of warp token configs
# A list of Warp UI token configs
# Tokens can be defined here, in tokens.json, or in tokens.ts
# The input here is typically the output of the Hyperlane CLI warp deploy command
---
Expand Down

0 comments on commit 6de1ced

Please sign in to comment.