Skip to content

Commit

Permalink
Update packages/ui/core-components/src/lib/unsorted/ui/BigLink.svelte
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Stence <[email protected]>
  • Loading branch information
kwongz and zachstence authored Jan 29, 2025
1 parent 7e534e1 commit 54d7c44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
export let url;
import InlineError from '../../atoms/inputs/InlineError.svelte';
if (!href) {
if (href) {
console.warn('BigLink: href deprecated in favor of url');
}
Expand Down

0 comments on commit 54d7c44

Please sign in to comment.