Skip to content

Commit

Permalink
Update libcalConfig.js, standardize config
Browse files Browse the repository at this point in the history
  • Loading branch information
libmanuk authored Sep 27, 2024
1 parent dde3d1e commit 1b872c1
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion js/config/sites/libcal/libcalConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,33 @@ export default {
{
label: "home",
},
{
title: "",
label: "link1",
},
{
title: "",
label: "link2",
},
{
title: "",
label: "link3",
url: "",
},
{
title: "",
label: "link4",
url: "",
},
{
title: "",
label: "link5",
url: "",
},
{
title: "Research Guides",
label: "link6",
url: "https://libguides.uky",
url: "https://libguides.uky.edu",
},
],
};

0 comments on commit 1b872c1

Please sign in to comment.