Skip to content

Commit d134bcc

Browse files
committed
Enhance error handling in route: /p
1 parent cd40580 commit d134bcc

File tree

2 files changed

+239
-90
lines changed

2 files changed

+239
-90
lines changed

apps/cyberstorm-remix/app/p/packageListing.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,19 @@
3535
align-items: center;
3636
}
3737

38+
.package-listing__error {
39+
display: flex;
40+
flex-direction: column;
41+
gap: 1rem;
42+
align-items: flex-start;
43+
padding: 3rem 0;
44+
}
45+
46+
.package-listing__error-description {
47+
max-width: 40rem;
48+
color: var(--Color-text-muted, rgb(180 189 255 / 0.8));
49+
}
50+
3851
.package-listing-management-tools__island {
3952
display: flex;
4053
gap: 6px;

0 commit comments

Comments
 (0)