Skip to content

Commit c414a71

Browse files
committed
feat: add copyright notice for project titles and logos
1 parent 3686fc9 commit c414a71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/projects/page.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ export default function Projects() {
141141
</div>
142142
))}
143143
</div>
144+
145+
<span className="mt-10 block text-center text-gray-500 dark:text-gray-400">
146+
&copy; All Titles and Logos are Copyrighted by their respective owners.
147+
</span>
144148
</div>
145149
</main>
146150
);

0 commit comments

Comments
 (0)