Skip to content

Commit 75d80c3

Browse files
authored
Merge pull request #243 from codeigniter4projects/remove
remove dependabot
2 parents a0aadb7 + a2eaf47 commit 75d80c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/Views/layouts/_footer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,6 @@
8686
$('#scroll-to-top').click(function(){
8787
$("html").animate({ scrollTop: 0 }, "slow");
8888
});
89+
90+
$("a[href$='https://github.com/apps/dependabot']").parent().css("display", "none");
8991
</script>

0 commit comments

Comments
 (0)