Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Topener committed Dec 2, 2024
1 parent 5b0b0f9 commit f3bc72b
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dhis2-deploy-netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
# Don't build anything, just copy the _redirects file into the dist directory

- run: |
mkdir dist
cp _redirects dist/_redirects
mkdir dist
cp _redirects dist/_redirects
- uses: nwtgck/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions collections/forms/i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2024-09-26T14:15:11.940Z\n"
"PO-Revision-Date: 2024-09-26T14:15:11.941Z\n"
"POT-Creation-Date: 2024-11-29T06:54:11.622Z\n"
"PO-Revision-Date: 2024-11-29T06:54:11.622Z\n"

msgid "Upload file"
msgstr "Upload file"
Expand Down
40 changes: 40 additions & 0 deletions icons/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -2490,6 +2490,46 @@ import { IconLink24 } from '@dhis2/ui'
```


#### Props

|Name|Type|Default|Required|Description|
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
|ariaLabel|string||||

### SvgLinkOff16

#### Usage

To use `IconLinkOff16`, you can import the component from the `@dhis2/ui` library


```js
import { IconLinkOff16 } from '@dhis2/ui'
```


#### Props

|Name|Type|Default|Required|Description|
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
|ariaLabel|string||||

### SvgLinkOff24

#### Usage

To use `IconLinkOff24`, you can import the component from the `@dhis2/ui` library


```js
import { IconLinkOff24 } from '@dhis2/ui'
```


#### Props

|Name|Type|Default|Required|Description|
Expand Down

0 comments on commit f3bc72b

Please sign in to comment.