Skip to content

Commit 1612256

Browse files
committed
feat: Adding LF Projects, LLC footer
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
1 parent a85a23f commit 1612256

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

src/App.jsx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function App() {
3131
<footer className="bg-white border-t border-gray-200 mt-12">
3232
<div className="max-w-7xl mx-auto py-6 px-4 sm:px-6 lg:px-8">
3333
<p className="text-center text-sm text-gray-500">
34-
Learn more about devfiles at{' '}
34+
Learn more about devfiles at{' '}
3535
<a
3636
href="https://devfile.io/docs/"
3737
target="_blank"
@@ -41,6 +41,17 @@ function App() {
4141
devfile.io/docs
4242
</a>
4343
</p>
44+
<p className="text-center text-sm text-gray-500">
45+
Copyright © Devfile a Series of LF Projects, LLC For website terms of use, trademark policy and other project policies please see{' '}
46+
<a
47+
href="https://lfprojects.org/policies/"
48+
target="_blank"
49+
rel="noopener noreferrer"
50+
className="text-blue-600 hover:text-blue-500"
51+
>
52+
lfprojects.org/policies/.
53+
</a>
54+
</p>
4455
</div>
4556
</footer>
4657
</div>

0 commit comments

Comments
 (0)