fixes
This commit is contained in:
parent
51256367f5
commit
3445d3084b
@ -1,17 +1,13 @@
|
||||
package com.alterdekim.game.entities;
|
||||
|
||||
import jakarta.persistence.*;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
||||
import lombok.NoArgsConstructor;
|
||||
import lombok.Setter;
|
||||
import lombok.*;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Setter
|
||||
@Getter
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
@Data
|
||||
@Entity
|
||||
@Table(name="roles")
|
||||
public class Role
|
||||
|
@ -12,7 +12,7 @@
|
||||
<div class="col-lg-4 col-md-12 mb-4 mb-md-0">
|
||||
<h6 class="text-uppercase">Social</h6>
|
||||
<p>
|
||||
Follow Monopoly on social networks to stay up to date with game updates.
|
||||
Follow Nosedive on social media to stay up to date with game updates.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user