mirror of
https://github.com/tabler/tabler.git
synced 2026-08-06 03:12:26 +04:00
Fix dead Plugins link on docs homepage (#2738)
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@tabler/docs": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fixed the `Plugins` card on the docs homepage linking to a 404 `/plugins` route instead of `/ui/plugins`.
|
||||||
@@ -16,7 +16,7 @@ any device.
|
|||||||
<div class="mt-6 pt-6">
|
<div class="mt-6 pt-6">
|
||||||
<div class="row row-deck row-cards">
|
<div class="row row-deck row-cards">
|
||||||
<Card title="UI Components" href="/ui" icon="paint" description="Free and open source web application UI kit based on Bootstrap" />
|
<Card title="UI Components" href="/ui" icon="paint" description="Free and open source web application UI kit based on Bootstrap" />
|
||||||
<Card title="Plugins" href="/plugins" icon="plug" description="Free and open source plugins for Tabler UI components" />
|
<Card title="Plugins" href="/ui/plugins" icon="plug" description="Free and open source plugins for Tabler UI components" />
|
||||||
<Card title="Icons" href="/icons" icon="ghost" description="Pixel-perfect icons for web design and development" />
|
<Card title="Icons" href="/icons" icon="ghost" description="Pixel-perfect icons for web design and development" />
|
||||||
<Card title="Illustrations" href="/illustrations" icon="brand-figma" description="Customizable SVG illustrations for your web project" />
|
<Card title="Illustrations" href="/illustrations" icon="brand-figma" description="Customizable SVG illustrations for your web project" />
|
||||||
<Card title="Email Templates" href="/emails" icon="mail" description="Responsive email templates ready to use in your marketing campaigns" />
|
<Card title="Email Templates" href="/emails" icon="mail" description="Responsive email templates ready to use in your marketing campaigns" />
|
||||||
|
|||||||
Reference in New Issue
Block a user