Skip to content

Commit

Permalink
deploy: 3cb3092
Browse files Browse the repository at this point in the history
  • Loading branch information
MeenuKumari28 committed Apr 10, 2024
1 parent c774599 commit 3e7d8f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions index.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ list-of-tab: $sr.tab
$processor$: pr.toc

- Website Pages:
- Logged in Home page: /scenarios/logged-in-home/
- Logged out Home page: /scenarios/logged-out-home/
- Logged in Home page: /scenarios/logged-in-home
- Logged out Home page: /scenarios/logged-out-home



Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="prism-8FE3A42AD547E2DBBC9FE16BA059F8F1870D613AD0C5B0B013D6205B72A62BAF.js"></script>
<script src="default-F2B1ACA0CF7EF5104BB3B328739B386FB226FA58B788A482EC5D520C46EE21EE.js"></script>
<link rel="stylesheet" href="prism-73F718B9234C00C5C14AB6A11BF239A103F0B0F93B69CD55CB5C6530501182EB.css">
<script src="-/fifthtry.github.io/today-has-been-ui/assets/js/update-source.js"></script><script src="-/fifthtry.github.io/today-has-been-ui/assets/js/update-source.js" type="module"></script>
<script src="-/fifthtry.github.io/today-has-been-ui/assets/js/update-source.js" type="module"></script><script src="-/fifthtry.github.io/today-has-been-ui/assets/js/update-source.js"></script>



Expand Down Expand Up @@ -6427,7 +6427,7 @@
let record = fastn.recordInstance({
});
record.set("title", "Logged in Home page");
record.set("url", "/scenarios/logged-in-home/");
record.set("url", "/scenarios/logged-in-home");
record.set("description", null);
record.set("path", null);
record.set("number", "1.1.");
Expand All @@ -6446,7 +6446,7 @@
let record = fastn.recordInstance({
});
record.set("title", "Logged out Home page");
record.set("url", "/scenarios/logged-out-home/");
record.set("url", "/scenarios/logged-out-home");
record.set("description", null);
record.set("path", null);
record.set("number", "1.2.");
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@
},
"index.ftd": {
"name": "index.ftd",
"checksum": "D46CA22F8C1783A55FD8BB0FE71683470C3A3630164C0EA1BC51F8182F611A39",
"size": 11572
"checksum": "4DA22B1B757EE0ECA302201F32A240FAE63F6B3633BA8BF9D7AEC676C4C52709",
"size": 11570
},
"page/homepage.ftd": {
"name": "page/homepage.ftd",
Expand Down Expand Up @@ -312,5 +312,5 @@
}
},
"zip_url": "https://codeload.github.com/fifthtry/today-has-been-ui/zip/refs/heads/main",
"checksum": "B021642EFC7D60C81FEAF9A563762432D3F88B323BB87AB2CE7ECFF7C88B4550"
"checksum": "9C8A51429B8906F4283D6345C45ACE8869444DB17BDF1945D5DF73C319C8DC3C"
}

0 comments on commit 3e7d8f1

Please sign in to comment.