Skip to content

Commit

Permalink
fix: update license and alert story
Browse files Browse the repository at this point in the history
  • Loading branch information
fran-ink committed Feb 12, 2025
1 parent 453ff6f commit e01ae30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 inkonchain
Copyright (c) 2024-2025 inkonchain

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/components/Alert/Alert.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const Dismissable: Story = {
title: "This alert can be dismissed",
description:
"Click the X to dismiss. The state will persist across refreshes.",
dismissable: true,
dismissible: true,
id: "example-alert",
onDismiss: fn(),
},
Expand Down

0 comments on commit e01ae30

Please sign in to comment.