Skip to content

Commit

Permalink
Merge pull request #3 from FifthTry/ui-fixes
Browse files Browse the repository at this point in the history
fixed url
  • Loading branch information
MeenuKumari28 authored Apr 12, 2024
2 parents ee0c277 + 73c1a4f commit 0f8c081
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .fastn/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1332,8 +1332,8 @@
},
"actions/navigate.ftd": {
"name": "actions/navigate.ftd",
"checksum": "4FD205019400940B3807D6C38F6660ABCC36C33EFDC797FAD5649A834360AB0A",
"size": 442
"checksum": "531BA5585E448BE060C18DAF570D821CC7794F60F4A2DDA9298ACC540DB20EA7",
"size": 524
},
"assets/alert-danger.svg": {
"name": "assets/alert-danger.svg",
Expand Down Expand Up @@ -1507,8 +1507,8 @@
},
"assets/js/update-source.js": {
"name": "assets/js/update-source.js",
"checksum": "79C4D9228F3F647E16052C18BD83C0949A128C6643A697EB05B59ACE2A6EC37B",
"size": 1254
"checksum": "8B54D113478ABC20B9261CF5D90330FBDA855D6552948F6B6FD53A1A1D06D7B2",
"size": 1282
},
"assets/light-mode-dark.svg": {
"name": "assets/light-mode-dark.svg",
Expand Down Expand Up @@ -1882,8 +1882,8 @@
},
"index.ftd": {
"name": "index.ftd",
"checksum": "4048031BEE9624F9B91A689A9DBF61ACF2E0238184ABA40BD58F7A8300F2F058",
"size": 16235
"checksum": "C02A3EFBC9163C009DFBDCA5B17826B13821D759CDBEE52CD038B118E7C4417C",
"size": 16502
},
"record.ftd": {
"name": "record.ftd",
Expand All @@ -1906,8 +1906,8 @@
"size": 78
}
},
"zip_url": "https://github.com/fastn-community/design-system/archive/f3901c43100db7f9be96dc8a88050a186d005528.zip",
"checksum": "8340763184D67FAD56786D1490E93F3689434D7DCAC42087254D2AF833EDF6EE"
"zip_url": "https://github.com/fastn-community/design-system/archive/31013d4ba195d92c729b3f092bca0c7ba5fe046a.zip",
"checksum": "B75B4CB6CF66E350A2E4BEA9AFE17B8D00092B8163ECFB84F1CE0D2038E028F5"
},
"fastn-community.github.io/doc-site": {
"files": {
Expand Down
2 changes: 1 addition & 1 deletion actions/navigate.ftd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- import: fastn-community.github.io/design-system/assets as dassets

-- optional string $active-file-preview-url: https://fifthtry.github.io/today-has-been-ui/storybook/dashboard/
-- optional string $active-file-preview-url: storybook/dashboard/
-- optional string $active-file-content: content
-- string $active-title: Website Pages
-- string $active-sub-title: Dashboard
Expand Down
1 change: 0 additions & 1 deletion components/page.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ optional caption title:
children children:
ds.flush flush: to-header
boolean hide-header: false
boolean theme-toggle: false
ud.user-data user-data:

-- ds.page: $page.title
Expand Down
1 change: 1 addition & 0 deletions site-data.ftd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- string active-file-preview-url: storybook/dashboard/

0 comments on commit 0f8c081

Please sign in to comment.