-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 📦 ci(deploy-docs.yml): added build scripts to the workflow * ✨ feat(generators.js): added distribute function Release-As: 2.5.0
- Loading branch information
Showing
5 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,9 +41,10 @@ | |
<line x1="12" y1="22.08" x2="12" y2="12"></line> | ||
</svg></a> | ||
<a class="bg-slate-50 dark:bg-gray-300" href="mailto:[email protected]"><svg | ||
xmlns="http://www.w3.org/2000/svg" width="22" height="24" viewBox="0 0 24 24" | ||
stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" class="stroke-slate-400 dark:stroke-slate-100 fill-slate-400 dark:fill-slate-100 stroke-[1.5px] | ||
<path d=" M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"> | ||
xmlns="http://www.w3.org/2000/svg" width="22" height="24" viewBox="0 0 24 24" fill="none" | ||
stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" | ||
class="stroke-slate-400 dark:stroke-slate-100 stroke-[1.5px]"> | ||
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"> | ||
</path> | ||
<polyline points="22,6 12,13 2,6"></polyline> | ||
</svg></a> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters