mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Merge pull request #37 from tomasolander/file-button-docs
Fix file button link in docs
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
<code><input type="file"></code>
|
||||
<br>
|
||||
<span class="text-small text-muted">
|
||||
File inputs aren’t supported. Use a <a href="#file-buttons">file button</a> instead.
|
||||
File inputs aren’t supported. Use a <a href="buttons.html#file-buttons">file button</a> instead.
|
||||
</span>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
@@ -44,7 +44,7 @@ Form controls are styled at 100% of the width of their parent element.
|
||||
<code><input type="file"></code>
|
||||
<br>
|
||||
<span class="text-small text-muted">
|
||||
File inputs aren’t supported. Use a <a href="#file-buttons">file button</a> instead.
|
||||
File inputs aren’t supported. Use a [file button](buttons.html#file-buttons) instead.
|
||||
</span>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user