Skip to content

Commit

Permalink
Update frontend/src/Components/Pagination/components/PaginationEllips…
Browse files Browse the repository at this point in the history
…is/PaginationEllipsis.tsx


…

Co-authored-by: Robin <[email protected]>
  • Loading branch information
Snorre98 and robines authored Nov 6, 2024
1 parent 7f9008e commit c9d731f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import styles from './PaginationEllipsis.module.scss';
export const PaginationEllipsis = React.forwardRef<HTMLSpanElement, React.ComponentProps<'span'>>(
({ className, ...props }, ref) => (
<span ref={ref} className={`${styles.ellipsis} ${className}`} {...props}>
. . .
&hellip;
</span>
),
);
Expand Down

0 comments on commit c9d731f

Please sign in to comment.