Skip to content

Commit c9e6ee4

Browse files
committed
Docs: Minor updates to proposal
1 parent 985948c commit c9e6ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/docs/agnostic-theme-interfaces-proposal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ params:
9797
|---------------|------------------------|--------------------------------------------------------------------------------------------------------------|
9898
| `size` | `"sm" \| "md" \| "lg"` | Size of rendered icon (defaults to "md"). Maps to "rem" enum |
9999
| `set` | `string \| undefined` | A valid string ID for an icon set (defaults to `.Site.Params.brand.iconSet`) |
100-
| `icon` | `string` | A string ID for the icon-set |
100+
| `icon` | `string \| undefined` | A string ID for the icon |
101101
| `_iconDirect` | `string \| undefined` | A direct path for the icon resource to render. If supplied, `set` and `icon` params are ignored in handling. |
102102

103103
```go-template

0 commit comments

Comments
 (0)