Skip to content

Commit

Permalink
fix: get back data test attribute for 404
Browse files Browse the repository at this point in the history
  • Loading branch information
remadex committed Jan 8, 2025
1 parent 177030b commit 3a5cf15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/404.gts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class NotFoundRouteComponent extends Component<RouteTemplateSignature<NotFoundRo
};

<template>
<div class="flex justify-center items-center h-screen w-full">
<div class="flex justify-center items-center h-screen w-full" data-test-page="404">
<div class="pl-2">
<h1 class="text-7xl font-semibold text-primary">
{{t "global.oops"}}!
Expand Down

0 comments on commit 3a5cf15

Please sign in to comment.