Improve right nav, add EULA

This commit is contained in:
Eric Bailey
2024-11-20 11:59:47 -06:00
parent b63cb9bf5d
commit 262651f966
3 changed files with 79 additions and 24 deletions
@@ -22,6 +22,7 @@ import {GradientFill} from '#/components/GradientFill'
import {Full as BlueskyPlusLogo} from '#/components/icons/BlueskyPlus'
import {CheckThick_Stroke2_Corner0_Rounded as CheckThink} from '#/components/icons/Check'
import {PlusLarge_Stroke2_Corner0_Rounded as Plus} from '#/components/icons/Plus'
import {InlineLinkText} from '#/components/Link'
import {Loader} from '#/components/Loader'
import {Text} from '#/components/Typography'
@@ -229,6 +230,31 @@ function DialogInner() {
</Button>
</View>
<View style={[a.pt_md]}>
<Text style={[a.text_xs]}>
<InlineLinkText
to="#"
label="TODO REPLACE"
style={[a.text_xs, t.atoms.text_contrast_low]}>
Terms and Conditions
</InlineLinkText>{' '}
&middot;{' '}
<InlineLinkText
to="#"
label="TODO REPLACE"
style={[a.text_xs, t.atoms.text_contrast_low]}>
Privacy Policy
</InlineLinkText>{' '}
&middot;{' '}
<InlineLinkText
to="#"
label="TODO REPLACE"
style={[a.text_xs, t.atoms.text_contrast_low]}>
EULA
</InlineLinkText>
</Text>
</View>
<Dialog.Close />
</Dialog.ScrollableInner>
)
+1 -1
View File
@@ -91,7 +91,7 @@ export function Logotype(props: Props) {
function Gradients() {
return (
<Defs>
<LinearGradient id="nordic" x1="0" y1="1" x2="1" y2="0">
<LinearGradient id="nordic" x1="0" y1="1" x2="1" y2="1">
<Stop offset="0" stopColor="#083367" stopOpacity="1" />
<Stop offset="1" stopColor="#9EE8C1" stopOpacity="1" />
</LinearGradient>