@@ -54,7 +54,9 @@ const Cards = () => {
5454 Some quick example text to build on the card title and make up the bulk of the
5555 card's content.
5656 </ CCardText >
57- < CButton href = "#" > Go somewhere</ CButton >
57+ < CButton color = "primary" href = "#" >
58+ Go somewhere
59+ </ CButton >
5860 </ CCardBody >
5961 </ CCard >
6062 </ DocsExample >
@@ -235,7 +237,9 @@ const Cards = () => {
235237 < CCardText >
236238 With supporting text below as a natural lead-in to additional content.
237239 </ CCardText >
238- < CButton href = "#" > Go somewhere</ CButton >
240+ < CButton color = "primary" href = "#" >
241+ Go somewhere
242+ </ CButton >
239243 </ CCardBody >
240244 </ CCard >
241245 </ DocsExample >
@@ -250,7 +254,9 @@ const Cards = () => {
250254 < CCardText >
251255 With supporting text below as a natural lead-in to additional content.
252256 </ CCardText >
253- < CButton href = "#" > Go somewhere</ CButton >
257+ < CButton color = "primary" href = "#" >
258+ Go somewhere
259+ </ CButton >
254260 </ CCardBody >
255261 </ CCard >
256262 </ DocsExample >
@@ -278,7 +284,9 @@ const Cards = () => {
278284 < CCardText >
279285 With supporting text below as a natural lead-in to additional content.
280286 </ CCardText >
281- < CButton href = "#" > Go somewhere</ CButton >
287+ < CButton color = "primary" href = "#" >
288+ Go somewhere
289+ </ CButton >
282290 </ CCardBody >
283291 < CCardFooter className = "text-body-secondary" > 2 days ago</ CCardFooter >
284292 </ CCard >
@@ -310,7 +318,9 @@ const Cards = () => {
310318 < CCardText >
311319 With supporting text below as a natural lead-in to additional content.
312320 </ CCardText >
313- < CButton href = "#" > Go somewhere</ CButton >
321+ < CButton color = "primary" href = "#" >
322+ Go somewhere
323+ </ CButton >
314324 </ CCardBody >
315325 </ CCard >
316326 </ CCol >
@@ -321,7 +331,9 @@ const Cards = () => {
321331 < CCardText >
322332 With supporting text below as a natural lead-in to additional content.
323333 </ CCardText >
324- < CButton href = "#" > Go somewhere</ CButton >
334+ < CButton color = "primary" href = "#" >
335+ Go somewhere
336+ </ CButton >
325337 </ CCardBody >
326338 </ CCard >
327339 </ CCol >
@@ -340,7 +352,9 @@ const Cards = () => {
340352 < CCardText >
341353 With supporting text below as a natural lead-in to additional content.
342354 </ CCardText >
343- < CButton href = "#" > Go somewhere</ CButton >
355+ < CButton color = "primary" href = "#" >
356+ Go somewhere
357+ </ CButton >
344358 </ CCardBody >
345359 </ CCard >
346360 < CCard className = "w-50" >
@@ -349,7 +363,9 @@ const Cards = () => {
349363 < CCardText >
350364 With supporting text below as a natural lead-in to additional content.
351365 </ CCardText >
352- < CButton href = "#" > Go somewhere</ CButton >
366+ < CButton color = "primary" href = "#" >
367+ Go somewhere
368+ </ CButton >
353369 </ CCardBody >
354370 </ CCard >
355371 </ DocsExample >
@@ -364,7 +380,9 @@ const Cards = () => {
364380 < CCardText >
365381 With supporting text below as a natural lead-in to additional content.
366382 </ CCardText >
367- < CButton href = "#" > Go somewhere</ CButton >
383+ < CButton color = "primary" href = "#" >
384+ Go somewhere
385+ </ CButton >
368386 </ CCardBody >
369387 </ CCard >
370388 </ DocsExample >
@@ -390,7 +408,9 @@ const Cards = () => {
390408 < CCardText >
391409 With supporting text below as a natural lead-in to additional content.
392410 </ CCardText >
393- < CButton href = "#" > Go somewhere</ CButton >
411+ < CButton color = "primary" href = "#" >
412+ Go somewhere
413+ </ CButton >
394414 </ CCardBody >
395415 </ CCard >
396416 < CCard className = "text-center" style = { { width : '18rem' } } >
@@ -399,7 +419,9 @@ const Cards = () => {
399419 < CCardText >
400420 With supporting text below as a natural lead-in to additional content.
401421 </ CCardText >
402- < CButton href = "#" > Go somewhere</ CButton >
422+ < CButton color = "primary" href = "#" >
423+ Go somewhere
424+ </ CButton >
403425 </ CCardBody >
404426 </ CCard >
405427 < CCard className = "text-end" style = { { width : '18rem' } } >
@@ -408,7 +430,9 @@ const Cards = () => {
408430 < CCardText >
409431 With supporting text below as a natural lead-in to additional content.
410432 </ CCardText >
411- < CButton href = "#" > Go somewhere</ CButton >
433+ < CButton color = "primary" href = "#" >
434+ Go somewhere
435+ </ CButton >
412436 </ CCardBody >
413437 </ CCard >
414438 </ DocsExample >
@@ -449,7 +473,9 @@ const Cards = () => {
449473 < CCardText >
450474 With supporting text below as a natural lead-in to additional content.
451475 </ CCardText >
452- < CButton href = "#" > Go somewhere</ CButton >
476+ < CButton color = "primary" href = "#" >
477+ Go somewhere
478+ </ CButton >
453479 </ CCardBody >
454480 </ CCard >
455481 </ DocsExample >
@@ -477,7 +503,9 @@ const Cards = () => {
477503 < CCardText >
478504 With supporting text below as a natural lead-in to additional content.
479505 </ CCardText >
480- < CButton href = "#" > Go somewhere</ CButton >
506+ < CButton color = "primary" href = "#" >
507+ Go somewhere
508+ </ CButton >
481509 </ CCardBody >
482510 </ CCard >
483511 </ DocsExample >
0 commit comments