You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constexplanation=isPast ? `No Quarkus extensions were released in ${date}.` : isFuture ? `The Quarkus extensions for ${date} haven't been created yet.` : `There are no Quarkus extensions for ${date}.`
19
19
message="Quarkus contributors can do a lot of nifty things, but time travel isn't one of them. "+explanation
20
20
}else{
21
-
message="You just hit a route that doesn't exist... the sadness."
21
+
message="You just hit a route that does not exist... the sadness."
0 commit comments