+ )}
+
+ )
+};
diff --git a/src/containers/NotFound/NotFound.stories.js b/src/containers/NotFound/NotFound.stories.js
index f901b4838..e744fb48e 100644
--- a/src/containers/NotFound/NotFound.stories.js
+++ b/src/containers/NotFound/NotFound.stories.js
@@ -1,5 +1,5 @@
/*
-Copyright 2021-2022 The Tekton Authors
+Copyright 2021-2023 The Tekton Authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
@@ -31,7 +31,7 @@ export default {
)
],
- title: 'Containers/NotFound'
+ title: 'NotFound'
};
export const Base = () => ;