@@ -84,7 +84,7 @@ Noir is a zero-knowledge domain specific language used for writing smart contrac
8484### Start coding
8585
8686<div >
87- <Card shadow = ' tl ' link =' /developers/getting_started ' >
87+ <Card link =' /developers/getting_started ' >
8888 <CardHeader>
8989 <h3>Developer Getting Started Guide</h3>
9090 </CardHeader>
@@ -100,7 +100,7 @@ Explore the Concepts for a deeper understanding into the components that make up
100100
101101<div className =" card-container " >
102102
103- <Card shadow = ' tl ' link =' /aztec/concepts/accounts ' >
103+ <Card link =' /aztec/concepts/accounts ' >
104104 <CardHeader>
105105 <h3>Accounts</h3>
106106 </CardHeader>
@@ -109,7 +109,7 @@ Explore the Concepts for a deeper understanding into the components that make up
109109 </CardBody>
110110 </Card >
111111
112- <Card shadow = ' tl ' link =' /aztec/concepts/pxe ' >
112+ <Card link =' /aztec/concepts/pxe ' >
113113 <CardHeader>
114114 <h3>PXE (pronounced 'pixie')</h3>
115115 </CardHeader>
@@ -118,7 +118,7 @@ Explore the Concepts for a deeper understanding into the components that make up
118118 </CardBody>
119119 </Card >
120120
121- <Card shadow = ' tl ' link =' /aztec/concepts/storage/state_model ' >
121+ <Card link =' /aztec/concepts/storage/state_model ' >
122122 <CardHeader>
123123 <h3>State model</h3>
124124 </CardHeader>
@@ -127,7 +127,7 @@ Explore the Concepts for a deeper understanding into the components that make up
127127 </CardBody>
128128 </Card >
129129
130- <Card shadow = ' tl ' link =' /aztec/concepts/storage ' >
130+ <Card link =' /aztec/concepts/storage ' >
131131 <CardHeader>
132132 <h3>Storage</h3>
133133 </CardHeader>
@@ -136,7 +136,7 @@ Explore the Concepts for a deeper understanding into the components that make up
136136 </CardBody>
137137 </Card >
138138
139- <Card shadow = ' tl ' link =' /aztec/concepts/wallets ' >
139+ <Card link =' /aztec/concepts/wallets ' >
140140 <CardHeader>
141141 <h3>Wallets</h3>
142142 </CardHeader>
@@ -145,7 +145,7 @@ Explore the Concepts for a deeper understanding into the components that make up
145145 </CardBody>
146146 </Card >
147147
148- <Card shadow = ' tl ' link =' /aztec/concepts/advanced/circuits ' >
148+ <Card link =' /aztec/concepts/advanced/circuits ' >
149149 <CardHeader>
150150 <h3>Protocol Circuits</h3>
151151 </CardHeader>
0 commit comments