Skip to content

Commit

Permalink
Dev (#179)
Browse files Browse the repository at this point in the history
* 📦 ci(deploy-docs.yml): added build scripts to the workflow

* ✨ feat(generators.js): added distribute function

Release-As: 2.5.0

* feat: fixed icon not rendering
  • Loading branch information
prjctimg authored Apr 7, 2024
1 parent 10fdb0f commit 44a0265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/assets/xml/partials/navbar.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class="text-slate-700 bg-slate-200 dark:text-slate-200 shadow-md shadow-gray-200 dark:shadow-black dark:bg-slate-800">
<div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4">
<a class="flex space-x-3 rtl:space-x-reverse items-center font-medium text-base"
href="https://huetiful-js.com" id="home"><img src="assets/img/logo.svg" alt="huetiful-js logo"
href="https://huetiful-js.com" id="home"><img src="/assets/img/logo.svg" alt="huetiful-js logo"
class="h-8">


Expand Down
1 change: 1 addition & 0 deletions docs/assets/xml/views/download.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% extends "./layouts/base.njk" %}

0 comments on commit 44a0265

Please sign in to comment.