Skip to content

Commit d7b3a85

Browse files
committed
chore: fixed formatting issues
1 parent 2728f64 commit d7b3a85

File tree

3 files changed

+15
-29
lines changed

3 files changed

+15
-29
lines changed

components/TableOfContentMarkdown.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,8 @@ export const TableOfContent = ({ depth }: TableOfContentProps) => {
175175
<span>Table of Contents</span>
176176
</div>
177177
<div className='mt-2 bg-slate-50 dark:bg-slate-900 pt-6 pb-3 pr-3 border border-r-0 border-y-0 border-l-blue-400/40 border-l-[2.5px]'>
178-
<TableOfContentMarkdown
179-
markdown={fullMarkdown}
180-
depth={depth}
181-
/>
178+
<TableOfContentMarkdown markdown={fullMarkdown} depth={depth} />
182179
</div>
183180
</>
184181
);
185-
};
182+
};

pages/index.page.tsx

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -638,8 +638,6 @@ const Home = (props: any) => {
638638
target='_blank'
639639
rel='noreferrer'
640640
className='w-[310px] h-[180px] mx-auto rounded-lg bg-primary text-white font-semibold flex items-center justify-center space-x-2 cursor-pointer px-3 transition-transform duration-300 hover:scale-105'
641-
642-
643641
>
644642
<svg
645643
xmlns='http://www.w3.org/2000/svg'
@@ -665,7 +663,6 @@ const Home = (props: any) => {
665663
target='_blank'
666664
rel='noreferrer'
667665
className='w-[200px] h-[120px] mx-auto rounded-lg bg-primary text-white font-semibold flex items-center justify-center space-x-2 cursor-pointer px-3 transition-transform duration-300 hover:scale-105'
668-
669666
>
670667
<svg
671668
xmlns='http://www.w3.org/2000/svg'
@@ -697,7 +694,6 @@ const Home = (props: any) => {
697694
<Image
698695
src={asyncapi_logo}
699696
className='w-44 transition-transform duration-300 hover:scale-105'
700-
701697
width={176}
702698
height={100}
703699
alt='asyncapi'
@@ -715,7 +711,6 @@ const Home = (props: any) => {
715711
<Image
716712
src={airbnb_logo}
717713
className='w-44 transition-transform duration-300 hover:scale-105'
718-
719714
width={176}
720715
height={100}
721716
alt='airbnb'
@@ -733,7 +728,6 @@ const Home = (props: any) => {
733728
<Image
734729
src={postman_logo}
735730
className='w-44 transition-transform duration-300 hover:scale-105'
736-
737731
width={176}
738732
height={100}
739733
alt='postman'
@@ -747,7 +741,6 @@ const Home = (props: any) => {
747741
<Image
748742
src={endjin_logo}
749743
className='w-44 transition-transform duration-300 hover:scale-105'
750-
751744
width={176}
752745
height={100}
753746
alt='endjin'
@@ -761,7 +754,6 @@ const Home = (props: any) => {
761754
<Image
762755
src={llc_logo}
763756
className='w-44 transition-transform duration-300 hover:scale-105'
764-
765757
width={176}
766758
height={100}
767759
alt='llc'
@@ -779,7 +771,6 @@ const Home = (props: any) => {
779771
<Image
780772
src={vpsserver_logo}
781773
className='w-44 transition-transform duration-300 hover:scale-105'
782-
783774
width={176}
784775
height={100}
785776
alt='vpsserver'
@@ -797,7 +788,6 @@ const Home = (props: any) => {
797788
<Image
798789
src={itflashcards_logo}
799790
className='w-44 transition-transform duration-300 hover:scale-105'
800-
801791
width={176}
802792
height={100}
803793
alt='itflashcards'
@@ -815,7 +805,6 @@ const Home = (props: any) => {
815805
<Image
816806
src={route4me_logo}
817807
className='w-44 transition-transform duration-300 hover:scale-105'
818-
819808
width={176}
820809
height={100}
821810
alt='route4me'
@@ -850,8 +839,10 @@ const Home = (props: any) => {
850839
)}
851840
</a>
852841
<a href='https://www.octue.com/' target='_blank' rel='noreferrer'>
853-
<img src={octue_logo} className='w-44 transition-transform duration-300 hover:scale-105'
854-
/>
842+
<img
843+
src={octue_logo}
844+
className='w-44 transition-transform duration-300 hover:scale-105'
845+
/>
855846
</a>
856847
<a
857848
href='https://www.apideck.com/'
@@ -861,7 +852,6 @@ const Home = (props: any) => {
861852
<img
862853
src={apideck_logo}
863854
className='w-44 transition-transform duration-300 hover:scale-105'
864-
865855
alt='The Realtime Unified API
866856
for Accounting integrations'
867857
/>
@@ -874,7 +864,6 @@ for Accounting integrations'
874864
<img
875865
src={rxdb_logo}
876866
className='w-44 transition-transform duration-300 hover:scale-105'
877-
878867
alt='The local Database for JavaScript Applications'
879868
/>
880869
</a>
@@ -886,7 +875,6 @@ for Accounting integrations'
886875
<img
887876
src={wda_logo}
888877
className='w-44 transition-transform duration-300 hover:scale-105'
889-
890878
alt='best website design agencies'
891879
/>
892880
</a>
@@ -898,21 +886,22 @@ for Accounting integrations'
898886
<img
899887
src={anon_logo}
900888
className='w-44 transition-transform duration-300 hover:scale-105'
901-
902889
alt='Instagram Story Viewer'
903890
/>
904891
</a>
905892
<a href='https://supadata.ai/' target='_blank' rel='noreferrer'>
906893
<img
907894
src={supadata_logo}
908895
className='w-44 transition-transform duration-300 hover:scale-105'
909-
910896
alt='supadata logo'
911897
/>
912898
</a>
913899
<a href='https://dottxt.ai/' target='_blank' rel='noreferrer'>
914-
<img src={dottxt_logo} className='w-44 transition-transform duration-300 hover:scale-105'
915-
alt='dottxt logo' />
900+
<img
901+
src={dottxt_logo}
902+
className='w-44 transition-transform duration-300 hover:scale-105'
903+
alt='dottxt logo'
904+
/>
916905
</a>
917906
<a
918907
href='https://www.sourcemeta.com/'
@@ -922,7 +911,6 @@ for Accounting integrations'
922911
<img
923912
src={sourcemeta_logo}
924913
className='w-44 transition-transform duration-300 hover:scale-105'
925-
926914
alt='dottxt logo'
927915
/>
928916
</a>
@@ -973,7 +961,6 @@ for Accounting integrations'
973961
<Image
974962
src={devevents_logo}
975963
className='w-48 md:w-56 transition-transform duration-300 hover:scale-105'
976-
977964
width={192}
978965
height={224}
979966
alt='dev events'

styles/globals.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,13 @@ border-radius: 4px; */
108108
) !important;
109109
}
110110
.keyshadow {
111-
--docsearch-key-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff,
111+
--docsearch-key-shadow:
112+
inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff,
112113
0 1px 2px 1px rgba(30, 35, 90, 0.4) !important;
113114
}
114115
.keyshadow[data-theme='dark'] {
115-
--docsearch-key-shadow: inset 0 -2px 0 0 #ffffff, inset 0 0 1px 1px #ffffff,
116+
--docsearch-key-shadow:
117+
inset 0 -2px 0 0 #ffffff, inset 0 0 1px 1px #ffffff,
116118
0 2px 2px 0 rgba(3, 4, 9, 0.3) !important;
117119
}
118120

0 commit comments

Comments
 (0)