mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2026-03-13 16:16:46 +00:00
feat(setup-screen): fix spacing
This commit is contained in:
@@ -54,7 +54,7 @@ RUN git clone "https://github.com/searxng/searxng" \
|
|||||||
"/usr/local/searxng/searxng-src"
|
"/usr/local/searxng/searxng-src"
|
||||||
|
|
||||||
RUN python3 -m venv "/usr/local/searxng/searx-pyenv"
|
RUN python3 -m venv "/usr/local/searxng/searx-pyenv"
|
||||||
RUN "/usr/local/searxng/searx-pyenv/bin/pip" install --upgrade pip setuptools wheel pyyaml msgspec
|
RUN "/usr/local/searxng/searx-pyenv/bin/pip" install --upgrade pip setuptools wheel pyyaml msgspec typing_extensions
|
||||||
RUN cd "/usr/local/searxng/searxng-src" && \
|
RUN cd "/usr/local/searxng/searxng-src" && \
|
||||||
"/usr/local/searxng/searx-pyenv/bin/pip" install --use-pep517 --no-build-isolation -e .
|
"/usr/local/searxng/searx-pyenv/bin/pip" install --use-pep517 --no-build-isolation -e .
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ const SetupWizard = ({
|
|||||||
animate={{ opacity: 1, translateY: '0px' }}
|
animate={{ opacity: 1, translateY: '0px' }}
|
||||||
className="text-4xl md:text-6xl xl:text-8xl font-normal font-['Instrument_Serif'] tracking-tight"
|
className="text-4xl md:text-6xl xl:text-8xl font-normal font-['Instrument_Serif'] tracking-tight"
|
||||||
>
|
>
|
||||||
Welcome to{' '}
|
Welcome to
|
||||||
<span className="text-[#24A0ED] italic font-['PP_Editorial']">
|
<span className="text-[#24A0ED] italic font-['PP_Editorial']">
|
||||||
Vane
|
Vane
|
||||||
</span>
|
</span>
|
||||||
@@ -91,7 +91,7 @@ const SetupWizard = ({
|
|||||||
}}
|
}}
|
||||||
className="text-2xl md:text-4xl xl:text-6xl font-normal font-['Instrument_Serif'] tracking-tight"
|
className="text-2xl md:text-4xl xl:text-6xl font-normal font-['Instrument_Serif'] tracking-tight"
|
||||||
>
|
>
|
||||||
Let us get{' '}
|
Let us get
|
||||||
<span className="text-[#24A0ED] italic font-['PP_Editorial']">
|
<span className="text-[#24A0ED] italic font-['PP_Editorial']">
|
||||||
Vane
|
Vane
|
||||||
</span>{' '}
|
</span>{' '}
|
||||||
|
|||||||
Reference in New Issue
Block a user