Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jouwdan committed Sep 9, 2023
1 parent 40f8871 commit 0a4d350
Showing 1 changed file with 8 additions and 24 deletions.
32 changes: 8 additions & 24 deletions app/src/routes/terms/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,19 @@

<div class="font-sm text-l p-2 text-left font-light">
<p class="p-2">
You are authenticated via your social login credentials to Tutors. Tutors will record how
much time each view is active and send this to the TutorsTime data store. You can view this
information via the TutorsTime feature on the course Navigator.<br /><br />
This data is available to you + the instructor of your course, but not to other students. No
other data is gathered, nor is this data transmitted anywhere other than the TutorsTime data
store.<br /><br />
TutorsLive also uses this data to display of panel of students currently online. You can opt
out of this feature from the TutorsLive page.
You are authenticated via your social login credentials to Tutors. Tutors will record how much time each view is active and send this to the TutorsTime data store. You can
view this information via the TutorsTime feature on the course Navigator.<br /><br />
This data is available to you + the instructor of your course, but not to other students. No other data is gathered, nor is this data transmitted anywhere other than the TutorsTime
data store.<br /><br />
TutorsLive also uses this data to display of panel of students currently online. You can opt out of this feature from the TutorsLive page.
</p>
<p class="p-2">To learn more about these features please consult:</p>
<ul
class="ml-4 list-inside list-disc text-blue-600 underline visited:text-purple-600 hover:text-blue-800"
>
<ul class="ml-4 list-inside list-disc text-blue-600 underline visited:text-purple-600 hover:text-blue-800">
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/tutors-sdk/tutors-faqs/blob/main/tutors-time-faq.md"
>
Tutors Time FAQ
</a>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/tutors-sdk/tutors-faqs/blob/main/tutors-time-faq.md"> Tutors Time FAQ </a>
</li>
<li>
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/tutors-sdk/tutors-faqs/blob/main/tutors-live-faq.md"
>Tutors Live FAQ
</a>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/tutors-sdk/tutors-faqs/blob/main/tutors-live-faq.md">Tutors Live FAQ </a>
</li>
</ul>
<p class="p-2">
Expand Down

0 comments on commit 0a4d350

Please sign in to comment.