diff --git a/frontend/src/components/Bids.vue b/frontend/src/components/Bids.vue index e1fbefb..1e3e93e 100644 --- a/frontend/src/components/Bids.vue +++ b/frontend/src/components/Bids.vue @@ -26,7 +26,20 @@ - + + + @@ -126,6 +139,17 @@ const togglePin = async (item: any) => { width: 100%; } +.project-link { + color: var(--el-text-color-primary); + text-decoration: none; + cursor: pointer; + transition: color 0.2s; +} + +.project-link:hover { + color: var(--el-color-primary); +} + .pagination { margin-top: 20px; display: flex; diff --git a/frontend/src/components/Dashboard-AI.vue b/frontend/src/components/Dashboard-AI.vue index 40319c7..e7beeac 100644 --- a/frontend/src/components/Dashboard-AI.vue +++ b/frontend/src/components/Dashboard-AI.vue @@ -40,7 +40,20 @@ - + + + - + + +