Skip to content

Commit 5f9a34a

Browse files
authored
Remove powered by link from security.vue
Removed the Revanite.io link and associated elements from the security view. Signed-off-by: Jonathan Reimer <[email protected]>
1 parent f90453e commit 5f9a34a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

frontend/app/components/modules/project/views/security.vue

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,6 @@ SPDX-License-Identifier: MIT
3333
</p>
3434
</div>
3535

36-
<a
37-
href="https://revanite.io"
38-
target="_blank"
39-
rel="noopener noreferrer"
40-
class="flex items-center justify-center px-2.5 py-1 border border-neutral-200 rounded-full"
41-
>
42-
<p class="text-neutral-500 text-xs mr-2">Powered by:</p>
43-
<img
44-
src="~/assets/images/revanite.svg"
45-
alt="Revanite.io Logo"
46-
class="h-5 w-5.5 mr-1.5"
47-
/>
48-
<p class="text-neutral-900 text-xs">Revanite.io</p>
49-
</a>
5036
<!-- TODO: Enable when backend is ready -->
5137
<!-- <lfx-button-->
5238
<!-- type="tertiary"-->

0 commit comments

Comments
 (0)