diff --git a/docs/components/timeline.md b/docs/components/timeline.md
index 9ef6f68..bc66fa9 100644
--- a/docs/components/timeline.md
+++ b/docs/components/timeline.md
@@ -11,7 +11,7 @@ import TimelineHorizontalExample from './timeline/examples/TimelineHorizontalExa
```vue
@@ -28,9 +28,6 @@ import { Timeline, TimelineItem, TimelinePoint, TimelineTime, TimelineContent, T
Get access to over 20+ pages including a dashboard layout, charts, kanban board, calendar, and pre-order E-commerce & Marketing pages.
-
- Learn more
-
@@ -75,7 +72,7 @@ You can add icons by passing svg icons as slot to `
-import { Timeline, TimelineItem, TimelinePoint, TimelineTime, TimelineContent, TimelineTitle, TimelineButton } from 'flowbite-vue'
+import { Timeline, TimelineItem, TimelinePoint, TimelineTime, TimelineContent, TimelineTitle } from 'flowbite-vue'
@@ -93,9 +90,6 @@ import { Timeline, TimelineItem, TimelinePoint, TimelineTime, TimelineContent, T
Get access to over 20+ pages including a dashboard layout, charts, kanban board, calendar, and pre-order E-commerce & Marketing pages.
-
- Learn more
-
@@ -142,7 +136,7 @@ import { Timeline, TimelineItem, TimelinePoint, TimelineTime, TimelineContent, T
```vue
@@ -160,9 +154,6 @@ import { Timeline, TimelineItem, TimelinePoint, TimelineTime, TimelineContent, T
Get access to over 20+ pages including a dashboard layout, charts, kanban board, calendar, and pre-order E-commerce & Marketing pages.
-
- Learn more
-
diff --git a/docs/components/timeline/examples/TimelineExample.vue b/docs/components/timeline/examples/TimelineExample.vue
index 8f6b440..436b706 100644
--- a/docs/components/timeline/examples/TimelineExample.vue
+++ b/docs/components/timeline/examples/TimelineExample.vue
@@ -13,9 +13,6 @@
Get access to over 20+ pages including a dashboard layout, charts, kanban board, calendar, and pre-order E-commerce & Marketing pages.
-
- Learn more
-
@@ -51,5 +48,5 @@
diff --git a/docs/components/timeline/examples/TimelineHorizontalExample.vue b/docs/components/timeline/examples/TimelineHorizontalExample.vue
index 3b8c887..6c30cb4 100644
--- a/docs/components/timeline/examples/TimelineHorizontalExample.vue
+++ b/docs/components/timeline/examples/TimelineHorizontalExample.vue
@@ -14,9 +14,6 @@
Get access to over 20+ pages including a dashboard layout, charts, kanban board, calendar, and pre-order E-commerce & Marketing pages.
-
- Learn more
-
@@ -54,5 +51,5 @@
diff --git a/docs/components/timeline/examples/TimelineWithIconsExample.vue b/docs/components/timeline/examples/TimelineWithIconsExample.vue
index da2f71b..2d8518d 100644
--- a/docs/components/timeline/examples/TimelineWithIconsExample.vue
+++ b/docs/components/timeline/examples/TimelineWithIconsExample.vue
@@ -14,9 +14,6 @@
Get access to over 20+ pages including a dashboard layout, charts, kanban board, calendar, and pre-order E-commerce & Marketing pages.
-
- Learn more
-
@@ -54,5 +51,5 @@
diff --git a/src/components/Timeline/Timeline.vue b/src/components/Timeline/Timeline.vue
index e5344e5..f6a803f 100644
--- a/src/components/Timeline/Timeline.vue
+++ b/src/components/Timeline/Timeline.vue
@@ -1,13 +1,13 @@
diff --git a/src/components/Timeline/TimelineButton.vue b/src/components/Timeline/TimelineButton.vue
deleted file mode 100644
index 5a48a33..0000000
--- a/src/components/Timeline/TimelineButton.vue
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
diff --git a/src/index.ts b/src/index.ts
index a40897f..7d76c84 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -39,7 +39,6 @@ export { default as TimelineContent } from './components/Timeline/TimelineConten
export { default as TimelineTime } from './components/Timeline/TimelineTime.vue'
export { default as TimelineTitle } from './components/Timeline/TimelineTitle.vue'
export { default as TimelineBody } from './components/Timeline/TimelineBody.vue'
-export { default as TimelineButton } from './components/Timeline/TimelineButton.vue'
export { default as Toast } from './components/Toast/Toast.vue'
export { default as ToastProvider } from './components/Toast/components/ToastProvider/ToastProvider.vue'
export { default as Tooltip } from './components/Tooltip/Tooltip.vue'