forked from github/plane
892a30c3a8
* fix: web-view * feat: select module * dev: select cycle & module * fix: permissions, logs and archive issue * fix: logs for issue select fix: hard-coded web-view validation * fix: attachment confirm delete workflow * fix: typo * fix: logging link instead of redirecting to the link * fix: made editor height 100% * style: due-date select * fix: update comment not working * fix: changed button text style: spacing * fix: due date select not working for today's date * fix: typography * fix: spacing in select parent
6 lines
158 B
TypeScript
6 lines
158 B
TypeScript
export const Spinner: React.FC = () => (
|
|
<div className="animate-spin duration-[2500ms]">
|
|
<img src="/web-view-spinner.png" alt="spinner" />
|
|
</div>
|
|
);
|