@@ -69,14 +69,18 @@ <h1 class="text-2xl font-bold text-base-content">About Cabotage</h1>
6969 </ ul >
7070
7171 < div class ="mt-6 pt-4 border-t border-base-content/5 space-y-2 ">
72- < a href ="{{ url_for('main.terms ') }} " class ="flex items-center gap-2 text-sm text-base-content/40 hover:text-primary transition-colors ">
73- {{ icon('file-text ', 'w-4 h-4') }}
74- < span > Terms of Service </ span >
72+ < a href ="{{ url_for('main.fair_use ') }} " class ="flex items-center gap-2 text-sm text-base-content/40 hover:text-primary transition-colors ">
73+ {{ icon('scale ', 'w-4 h-4') }}
74+ < span > Fair Use </ span >
7575 </ a >
7676 < a href ="{{ url_for('main.privacy') }} " class ="flex items-center gap-2 text-sm text-base-content/40 hover:text-primary transition-colors ">
77- {{ icon('shield', 'w-4 h-4') }}
77+ {{ icon('shield-check ', 'w-4 h-4') }}
7878 < span > Privacy Policy</ span >
7979 </ a >
80+ < a href ="{{ url_for('main.terms') }} " class ="flex items-center gap-2 text-sm text-base-content/40 hover:text-primary transition-colors ">
81+ {{ icon('scroll-text', 'w-4 h-4') }}
82+ < span > Terms of Service</ span >
83+ </ a >
8084 </ div >
8185 </ div >
8286 </ nav >
@@ -249,12 +253,20 @@ <h2 class="section-heading relative text-lg font-semibold text-base-content mb-3
249253 </ a >
250254 < a href ="{{ url_for('main.privacy') }} "
251255 class ="flex items-start gap-3 p-3 rounded-lg bg-base-100/50 border border-base-content/5 hover:border-primary/20 transition-colors group ">
252- < span class ="text-primary mt-0.5 "> {{ icon('shield', 'w-4 h-4') }}</ span >
256+ < span class ="text-primary mt-0.5 "> {{ icon('shield-check ', 'w-4 h-4') }}</ span >
253257 < div >
254258 < p class ="text-sm font-medium text-base-content/80 group-hover:text-primary transition-colors "> Privacy Policy</ p >
255259 < p class ="text-xs text-base-content/40 "> How we handle your data</ p >
256260 </ div >
257261 </ a >
262+ < a href ="{{ url_for('main.fair_use') }} "
263+ class ="flex items-start gap-3 p-3 rounded-lg bg-base-100/50 border border-base-content/5 hover:border-primary/20 transition-colors group ">
264+ < span class ="text-primary mt-0.5 "> {{ icon('scale', 'w-4 h-4') }}</ span >
265+ < div >
266+ < p class ="text-sm font-medium text-base-content/80 group-hover:text-primary transition-colors "> Fair Use Policy</ p >
267+ < p class ="text-xs text-base-content/40 "> What's allowed on the platform</ p >
268+ </ div >
269+ </ a >
258270 </ div >
259271 </ div >
260272 </ section >
0 commit comments