File size: 379 Bytes
7aec436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<script>
  import {_} from '../locales/';

  export let slug;
  export let href;

  const link = slug ? `https://docs.turbowarp.org/${slug}` : href;
</script>

<style>
  a {
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
</style>

<a href={link} title={$_('options.learnMore')} target="_blank" rel="noopener noreferrer">(?)</a>