Improve right nav, add EULA
This commit is contained in:
@@ -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>{' '}
|
||||
·{' '}
|
||||
<InlineLinkText
|
||||
to="#"
|
||||
label="TODO REPLACE"
|
||||
style={[a.text_xs, t.atoms.text_contrast_low]}>
|
||||
Privacy Policy
|
||||
</InlineLinkText>{' '}
|
||||
·{' '}
|
||||
<InlineLinkText
|
||||
to="#"
|
||||
label="TODO REPLACE"
|
||||
style={[a.text_xs, t.atoms.text_contrast_low]}>
|
||||
EULA
|
||||
</InlineLinkText>
|
||||
</Text>
|
||||
</View>
|
||||
|
||||
<Dialog.Close />
|
||||
</Dialog.ScrollableInner>
|
||||
)
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user