update summary.vue

This commit is contained in:
Viren070
2024-09-18 14:32:55 +01:00
parent 0c18319be1
commit 7867523506
+5 -13
View File
@@ -1,12 +1,12 @@
<template>
<section id="features">
<div class="note">
<strong>Note:</strong>
This is an instance built from <a href="https://github.com/Viren070/stremio-addon-manager" target="_blank">my fork</a> of <a href="https://github.com/redd-raven/stremio-addon-manager" target="_blank">redd-raven's fork</a> of <a href="https://github.com/pancake3000/stremio-addon-manager" target="_blank">pancake3000's addon manager</a>.<br>
<h2>Note</h2>
<p>
This is an instance built from <a href="https://github.com/Viren070/stremio-addon-manager" target="_blank">my fork</a> of <a href="https://github.com/redd-ravenn/stremio-addon-manager" target="_blank">redd-raven's fork</a> of <a href="https://github.com/pancake3000/stremio-addon-manager" target="_blank">pancake3000's addon manager</a>.<br>
This instance allows you to rename or delete catalogues.<br><br>
Full credit goes to pancake3000 for the original addon manager and redd-raven for the functionality to rename or delete catalogues.<br>
Full credit goes to pancake3000 for the original addon manager and redd-ravenn for the functionality to rename or delete catalogues.<br>
I have only hosted redd-raven's fork and not added any additional functionality.
</div>
</p>
<h2>Why?</h2>
<p>
@@ -58,14 +58,6 @@
</template>
<style scoped>
.note {
background-color: #193c47;
padding: 10px;
border-radius: 4px;
margin-bottom: 20px;
font-weight: bold;
}
.code-container {
overflow-x: auto;
padding: 10px;